Skip to content

Commit

Permalink
Upgrade actions/upload-pages-artifact v1.0.5 -> v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Picnic-Bot authored and rickie committed Jun 19, 2023
1 parent d29fde8 commit 4a3a19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# "Refaster rules" terminology on our website and in the code.
run: bundle exec htmlproofer --disable_external true --check-external-hash false ./_site
- name: Upload website as artifact
uses: actions/upload-pages-artifact@v1.0.5
uses: actions/upload-pages-artifact@64bcae551a7b18bcb9a09042ddf1960979799187 # v1.0.8
with:
path: ./website/_site
deploy:
Expand Down

0 comments on commit 4a3a19d

Please sign in to comment.