Skip to content

Commit 91e8a1f

Browse files
authored
Merge pull request #441 from openscript-ch/renovate/actions-upload-pages-artifact-4.x
chore(deps): update actions/upload-pages-artifact action to v4
2 parents 0647f11 + afab84e commit 91e8a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
working-directory: ${{ env.BUILD_PATH }}
6060

6161
- name: Upload artifact
62-
uses: actions/upload-pages-artifact@v3
62+
uses: actions/upload-pages-artifact@v4
6363
with:
6464
path: ${{ env.BUILD_PATH }}/dist
6565

0 commit comments

Comments
 (0)