Skip to content

Commit ed781ba

Browse files
Merge pull request #390 from basecamp/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 6bc6d2d + 7373ba6 commit ed781ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
bin/rails test:all
6565
6666
- name: Keep screenshots from failed system tests
67-
uses: actions/upload-artifact@v4
67+
uses: actions/upload-artifact@v5
6868
if: failure()
6969
with:
7070
name: screenshots

0 commit comments

Comments
 (0)