Skip to content

Commit 59febb1

Browse files
Update actions/upload-pages-artifact action to v5
1 parent b8c1855 commit 59febb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: echo "name=site_${{ steps.setup-meta.outputs.short-sha }}-${{ steps.setup-meta.outputs.timestamp }}" >> "$GITHUB_OUTPUT"
4545

4646
- name: ⏫ Upload artifact
47-
uses: actions/upload-pages-artifact@v3
47+
uses: actions/upload-pages-artifact@v5
4848
with:
4949
path: ./Wiki/site
5050
name: ${{ steps.artifact-name.outputs.name }}

0 commit comments

Comments
 (0)