Skip to content

Commit a0d50d8

Browse files
authored
Merge pull request #4 from Rocket-Quack/dependabot/github_actions/develop/actions/upload-artifact-7
chore: bump actions/upload-artifact from 4 to 7
2 parents dbe70de + 7306dc2 commit a0d50d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
150150
- name: Upload Cypress artifacts
151151
if: always()
152-
uses: actions/upload-artifact@v4
152+
uses: actions/upload-artifact@v7
153153
with:
154154
name: cypress-artifacts-${{ github.run_id }}
155155
path: |

0 commit comments

Comments
 (0)