Skip to content

Commit 12caf1d

Browse files
renovate[bot]openscript
authored andcommitted
chore(deps): update actions/upload-pages-artifact action to v3
1 parent bdfc877 commit 12caf1d

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)