Skip to content
Snippets Groups Projects
Unverified Commit c44e8c4c authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

chore(deps): bump actions/upload-artifact from 3 to 4 (#9821)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4

)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: default avatardependabot[bot] <support@github.com>
Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 8f1f787c
No related branches found
No related tags found
No related merge requests found
...@@ -36,14 +36,14 @@ jobs: ...@@ -36,14 +36,14 @@ jobs:
- name: Archive videos - name: Archive videos
if: always() if: always()
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: videos name: videos
path: cypress/videos path: cypress/videos
- name: Archive screenshots - name: Archive screenshots
if: always() if: always()
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: screenshots name: screenshots
path: cypress/screenshots path: cypress/screenshots
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment