Skip to content

Commit 0ce37aa

Browse files
committed
Update artifact actions versions
1 parent 1e5a048 commit 0ce37aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
./build.sh website
2121
- name: Upload artifact
2222
if: ${{ github.repository == 'dotnet/Silk.NET' && github.ref == 'refs/heads/develop/3.0' }}
23-
uses: actions/upload-pages-artifact@v1
23+
uses: actions/upload-pages-artifact@v3
2424
with:
2525
path: "artifacts/docs/Silk.NET"
2626
Deploy:
@@ -33,4 +33,4 @@ jobs:
3333
steps:
3434
- name: Deploy to GitHub Pages
3535
id: deployment
36-
uses: actions/deploy-pages@v1
36+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)