Skip to content

Commit

Permalink
Update actions/upload-pages-artifact action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and nielsvanvelzen committed Jan 11, 2024
1 parent dbb110a commit 8a3f202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdk-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
unzip vitepress.zip -d ./dist
unzip dokka.zip -d ./dist/dokka
- name: Upload artifact
uses: actions/upload-pages-artifact@a753861a5debcf57bf8b404356158c8e1e33150c # v2.0.0
uses: actions/upload-pages-artifact@0252fc4ba7626f0298f0cf00902a25c6afc77fa8 # v3.0.0
with:
path: ./build/github-pages/dist
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 8a3f202

Please sign in to comment.