Skip to content

Commit 0be0fe6

Browse files
authored
Merge pull request #363 from dokku/dependabot/github_actions/actions/upload-artifact-5
chore(deps): bump actions/upload-artifact from 4 to 5
2 parents 5e78804 + 415fd95 commit 0be0fe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v4
54+
- uses: actions/upload-artifact@v5
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@v4
96+
- uses: actions/upload-artifact@v5
9797
if: failure()
9898
with:
9999
name: tmp/test-results

0 commit comments

Comments
 (0)