Skip to content

Commit

Permalink
chore: bump upload-artifact CI action to v4 (#3552)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-p authored Sep 12, 2024
1 parent 0157bd9 commit c85a30a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
config-file: cypress/ci.ts
env:
ELECTRON_ENABLE_LOGGING: 1
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: always()
with:
name: regular-path-cypress-screenshots
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
config-file: cypress/ci-base-path.ts
env:
ELECTRON_ENABLE_LOGGING: 1
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: always()
with:
name: base-path-cypress-screenshots
Expand Down

0 comments on commit c85a30a

Please sign in to comment.