Skip to content

Commit

Permalink
Merge pull request #300 from openscript-ch/renovate/actions-upload-pa…
Browse files Browse the repository at this point in the history
…ges-artifact-3.x

chore(deps): update actions/upload-pages-artifact action to v3
  • Loading branch information
openscript authored Dec 31, 2023
2 parents 07f929b + fca45ed commit 38e3c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
CI: true

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
if: steps.build-website.outcome == 'success' || steps.build-website-without-cache.outcome == 'success'
with:
path: ./public
Expand Down

0 comments on commit 38e3c56

Please sign in to comment.