Skip to content

Commit

Permalink
Merge pull request #45 from db-ui/dependabot-github_actions-actions-u…
Browse files Browse the repository at this point in the history
…pload-artifact-3

chore(deps): bump actions/upload-artifact from 2 to 3
  • Loading branch information
mfranzke authored Sep 15, 2024
2 parents 505819c + 9ea8a1b commit 1d634ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/01-cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
config: pageLoadTimeout=100000,baseUrl=http://localhost:8080

- name: 🛗 Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
# after the test run completes
# store videos and any screenshots
# NOTE: screenshots will be generated only if an E2E test failed
Expand All @@ -42,7 +42,7 @@ jobs:
with:
name: cypress-screenshots
path: e2e/cypress/screenshots
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
# Test run video was always captured, so this action uses "always()" condition
if: always()
with:
Expand Down

0 comments on commit 1d634ed

Please sign in to comment.