diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68aef13..2905e98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: # Upload screenshots/videos - name: Upload snapshots - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: cypress-snapshots-${{ matrix.node-version }} diff --git a/CHANGELOG.md b/CHANGELOG.md index a3f24d2..fe42f88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### dependabot: \#66 Bump actions/upload-artifact from 3 to 4 + ## [4.3.0] - 2024-10-23 ### Added