Skip to content

Commit

Permalink
Update GitHub Actions workflows to use version 3 of actions/upload-ar…
Browse files Browse the repository at this point in the history
…tifact and actions/download-artifact
  • Loading branch information
mitsut committed May 19, 2024
1 parent 39e952e commit 1e07e8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: hugo --minify

- name: Upload build artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: public
path: ./public
Expand All @@ -34,7 +34,7 @@ jobs:
if: github.ref == 'refs/heads/web'
steps:
- name: Download build artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: public
path: ./public
Expand Down

0 comments on commit 1e07e8f

Please sign in to comment.