Skip to content

Commit 0eb3afb

Browse files
authored
Merge pull request #11 from substancelab/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents c454569 + 0d01cd1 commit 0eb3afb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
run: bin/rails db:test:prepare test:system
129129

130130
- name: Keep screenshots from failed system tests
131-
uses: actions/upload-artifact@v5
131+
uses: actions/upload-artifact@v6
132132
if: failure()
133133
with:
134134
name: screenshots

0 commit comments

Comments
 (0)