Skip to content

Commit 2af7ed1

Browse files
chore(deps): update github artifact actions
1 parent 4a693e0 commit 2af7ed1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
version: "0.5.25"
2020
- run: slap run --no-venv-check docs:build
21-
- uses: actions/upload-artifact@v4
21+
- uses: actions/upload-artifact@v5
2222
with:
2323
name: docs
2424
path: docs/_site
@@ -29,7 +29,7 @@ jobs:
2929
if: github.ref == 'refs/heads/develop'
3030
steps:
3131
- uses: actions/checkout@v5
32-
- uses: actions/download-artifact@v5
32+
- uses: actions/download-artifact@v6
3333
with: { name: docs, path: docs/site }
3434
- uses: JamesIves/github-pages-deploy-action@v4.7.3
3535
with:

0 commit comments

Comments
 (0)