Skip to content

Commit

Permalink
Merge pull request #106 from db-ui/dependabot-github_actions-actions-…
Browse files Browse the repository at this point in the history
…upload-artifact-4

chore(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
mfranzke authored Sep 16, 2024
2 parents f7bd793 + 09346b6 commit feca567
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/01-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: npm run deploy:pages

- name: ⬆️Upload build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build
path: out
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@v3
uses: actions/upload-artifact@v4
# 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@v3
- uses: actions/upload-artifact@v4
# Test run video was always captured, so this action uses "always()" condition
if: always()
with:
Expand Down

0 comments on commit feca567

Please sign in to comment.