Skip to content

Commit f87d48f

Browse files
authored
Merge pull request #40 from nativeapptemplate/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 118642c + d92cbfc commit f87d48f

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
@@ -89,7 +89,7 @@ jobs:
8989
run: bin/rails db:test:prepare test
9090

9191
- name: Keep screenshots from failed system tests
92-
uses: actions/upload-artifact@v6
92+
uses: actions/upload-artifact@v7
9393
if: failure()
9494
with:
9595
name: screenshots

0 commit comments

Comments
 (0)