diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9589cb..9e2e978 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,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 8534c19..9a39492 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: \#92 Bump actions/upload-artifact from 3 to 4 + ## [2.3.0] - 2023-12-12 ### Added