Skip to content

Commit

Permalink
Merge pull request #38 from SCIInstitute/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/upload-artifact-3

COMP: Bump actions/upload-artifact from 2 to 3
  • Loading branch information
thewtex committed Mar 29, 2023
2 parents 9b8a260 + a45f652 commit c7ecc65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ jobs:
browser: firefox
start: npm start

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: failure()
with:
name: cypress-screenshots
path: wasm/typescript/cypress/screenshots

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: always()
with:
name: cypress-videos
Expand Down

0 comments on commit c7ecc65

Please sign in to comment.