Skip to content

Commit

Permalink
use recent version for upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
wysiwys authored Aug 27, 2024
1 parent d495cae commit f760816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
mkdir ./_site
cp -r $GITHUB_WORKSPACE/frontend/dist ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-artifact@v4

# deploy job
deploy:
Expand Down

0 comments on commit f760816

Please sign in to comment.