Skip to content

Commit 2579cec

Browse files
chore(deps): update actions/upload-pages-artifact action to v4
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bca7997 commit 2579cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
${{ runner.temp }}/hugo_cache
7979
key: ${{ steps.cache-restore.outputs.cache-primary-key }}
8080
- name: Upload artifact
81-
uses: actions/upload-pages-artifact@v3
81+
uses: actions/upload-pages-artifact@v4
8282
with:
8383
path: ./public
8484

0 commit comments

Comments
 (0)