Skip to content

Commit 829d37e

Browse files
chore(deps): update actions/upload-pages-artifact action to v5 (#141)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8ae6001 commit 829d37e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
# Only upload the special Pages artifact when deploying from main
137137
- name: Upload Pages Artifact
138138
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
139-
uses: actions/upload-pages-artifact@v4
139+
uses: actions/upload-pages-artifact@v5
140140
with:
141141
path: ./public
142142

0 commit comments

Comments
 (0)