Skip to content

Commit c90a53a

Browse files
authored
Merge pull request #97 from trailofbits/dependabot/github_actions/actions/upload-pages-artifact-4.0.0
Bump actions/upload-pages-artifact from 3.0.1 to 4.0.0
2 parents fa9465e + 3f1fb24 commit c90a53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
--minify \
5858
--baseURL "${{ steps.pages.outputs.base_url }}/"
5959
- name: Upload artifact
60-
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
60+
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
6161
with:
6262
path: ./public
6363

0 commit comments

Comments
 (0)