Skip to content

Commit 73910fb

Browse files
Update actions/upload-pages-artifact action to v4 (#8)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a3d6f67 commit 73910fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/site.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
chmod -c -R +rX "_site/" | while read line; do
2020
echo "::warning title=Invalid file permissions automatically fixed::$line"
2121
done
22-
- uses: actions/upload-pages-artifact@v3
22+
- uses: actions/upload-pages-artifact@v4
2323

2424
deploy:
2525
needs: upload-artifact

0 commit comments

Comments
 (0)