Skip to content

Commit 85f2c16

Browse files
authored
Merge pull request #3 from hackclub/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 4 to 6
2 parents 4d583a5 + 876de93 commit 85f2c16

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
@@ -116,7 +116,7 @@ jobs:
116116
run: bin/rails db:test:prepare test:system
117117

118118
- name: Keep screenshots from failed system tests
119-
uses: actions/upload-artifact@v4
119+
uses: actions/upload-artifact@v6
120120
if: failure()
121121
with:
122122
name: screenshots

0 commit comments

Comments
 (0)