Skip to content

Commit b9a3e2c

Browse files
committed
[pages.yml] Bump workflow deps.
1 parent 92881b0 commit b9a3e2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- run: make setup
3131
- run: make build-site-docs
3232
- name: Upload artifact
33-
uses: actions/upload-pages-artifact@v1 # TODO: update
33+
uses: actions/upload-pages-artifact@v3
3434
with:
3535
path: ./dist/sites/js.cubing.net/
3636
retention-days: 1
@@ -53,4 +53,4 @@ jobs:
5353
steps:
5454
- name: Deploy to GitHub Pages
5555
id: deployment
56-
uses: actions/deploy-pages@v1
56+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)