Skip to content

Commit

Permalink
Merge pull request #664 from eXist-db/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
line-o authored May 13, 2024
2 parents 803cbbf + e08c85f commit 11886fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ jobs:
run: npx cypress run

- name: Upload Cypress Screenshots (on failure)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-screenshots-${{ matrix.exist-version }}-${{ matrix.java-version }}-${{ matrix.node-version }}
path: cypress/screenshots

# Test run video was always captured, so this action uses "always()" condition
- name: Upload Cypress Videos
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: cypress-videos-${{ matrix.exist-version }}-${{ matrix.java-version }}-${{ matrix.node-version }}
Expand Down

0 comments on commit 11886fb

Please sign in to comment.