Skip to content

Commit 6ed3f07

Browse files
authored
Merge pull request #46 from rubyforgood/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 71802f6 + 6ce4ca9 commit 6ed3f07

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 && bin/rspec
117117

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

0 commit comments

Comments
 (0)