Skip to content

Commit f357575

Browse files
committed
ci: use actions/upload-pages-artifact@v4
...because previous versions will stop working from January 2024. https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md
1 parent 0884389 commit f357575

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ jobs:
3737
run: ./build-site
3838

3939
- name: Upload artifact
40-
uses: actions/upload-pages-artifact@v1
40+
uses: actions/upload-pages-artifact@v4
4141
with:
4242
path: 'deploy'
43+
overwrite: true
4344

4445
deploy:
4546
needs: build

0 commit comments

Comments
 (0)