Skip to content

Commit

Permalink
Bump actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismydesign committed Oct 8, 2024
1 parent bff1010 commit 0c00a60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
wait-on-timeout: 120

- name: Save Cypress artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always()
with:
name: cypress-artifacts
Expand All @@ -196,7 +196,7 @@ jobs:
run: docker compose logs --timestamps --tail="all" > docker-logs.txt

- name: Save log artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always()
with:
name: log-artifacts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
config-file: cypress.staging.config.ts

- name: Save Cypress artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always()
with:
name: cypress-artifacts-staging
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
config-file: cypress.production.config.ts

- name: Save Cypress artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always()
with:
name: cypress-artifacts-production
Expand Down

0 comments on commit 0c00a60

Please sign in to comment.