Skip to content

Commit 3392a18

Browse files
authored
Merge pull request #17 from openscript-ch/renovate/actions-upload-pages-artifact-3.x
chore(deps): update actions/upload-pages-artifact action to v3
2 parents 20113fd + 6244265 commit 3392a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
BASE_PATH: ${{ steps.pages.outputs.base_path }}
5656

5757
- name: Upload artifact
58-
uses: actions/upload-pages-artifact@v2
58+
uses: actions/upload-pages-artifact@v3
5959
with:
6060
path: ./dist
6161

0 commit comments

Comments
 (0)