Skip to content

Commit

Permalink
Merge pull request #523 from danskernesdigitalebibliotek/dependabot/g…
Browse files Browse the repository at this point in the history
…ithub_actions/actions/upload-artifact-3
  • Loading branch information
dependabot[bot] authored Sep 28, 2023
2 parents fb8e051 + 1becfdb commit 33e76c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
VERSION_FILE_VERSION=$(git describe --tags --exclude=latest) \
yarn build:js:prod --json webpack-stats.json
- name: Upload build
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: dist
path: dist
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
wait-on: "http://localhost:57021"
browser: chrome
- name: Upload screenshots
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
if: failure()
with:
name: cypress-screenshots
path: cypress/screenshots
- name: Upload videos
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
if: always()
with:
name: cypress-videos
Expand Down

0 comments on commit 33e76c7

Please sign in to comment.