Skip to content

Commit e712f28

Browse files
authored
Merge pull request #1 from substancelab/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 319bd47 + b8a7857 commit e712f28

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@v4
131+
uses: actions/upload-artifact@v5
132132
if: failure()
133133
with:
134134
name: screenshots

0 commit comments

Comments
 (0)