Skip to content

Commit f92d24d

Browse files
Bump actions/upload-pages-artifact from 3 to 4 (#639)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 107cce8 commit f92d24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cp -r ./dist ./gh-pages-artifact/
3737
3838
- name: Upload artifact
39-
uses: actions/upload-pages-artifact@v3
39+
uses: actions/upload-pages-artifact@v4
4040
with:
4141
# Upload the specific directory
4242
path: "./gh-pages-artifact"

0 commit comments

Comments
 (0)