Skip to content

Commit fe54b4e

Browse files
authored
Merge pull request #103 from dokku/dependabot/github_actions/actions/upload-artifact-6
chore(deps): bump actions/upload-artifact from 5 to 6
2 parents 7cc753b + 0f68cdc commit fe54b4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- run: make test
5353

54-
- uses: actions/upload-artifact@v5
54+
- uses: actions/upload-artifact@v6
5555
if: failure()
5656
with:
5757
name: tmp/test-results
@@ -93,7 +93,7 @@ jobs:
9393
9494
- run: make test
9595

96-
- uses: actions/upload-artifact@v5
96+
- uses: actions/upload-artifact@v6
9797
if: failure()
9898
with:
9999
name: tmp/test-results

0 commit comments

Comments
 (0)