Skip to content

Commit aed8b4b

Browse files
authored
Merge pull request #54 from dokku/dependabot/github_actions/actions/upload-artifact-4
chore(deps): bump actions/upload-artifact from 3 to 4
2 parents 9231607 + bc5ea52 commit aed8b4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

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

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

0 commit comments

Comments
 (0)