Skip to content

Commit f922f3b

Browse files
chore(deps): update actions/upload-pages-artifact action to v4 (#38)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2e04fbf commit f922f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build website
3434
run: npm run build
3535
- name: Upload Build Artifact
36-
uses: actions/upload-pages-artifact@v3
36+
uses: actions/upload-pages-artifact@v4
3737
with:
3838
path: cna/build
3939

0 commit comments

Comments
 (0)