Skip to content

Commit 38e3c56

Browse files
authored
Merge pull request #300 from openscript-ch/renovate/actions-upload-pages-artifact-3.x
chore(deps): update actions/upload-pages-artifact action to v3
2 parents 07f929b + fca45ed commit 38e3c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
CI: true
8383

8484
- name: Upload artifact
85-
uses: actions/upload-pages-artifact@v2
85+
uses: actions/upload-pages-artifact@v3
8686
if: steps.build-website.outcome == 'success' || steps.build-website-without-cache.outcome == 'success'
8787
with:
8888
path: ./public

0 commit comments

Comments
 (0)