Skip to content

Commit b124ecb

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent 3509e5c commit b124ecb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
zip -r _site.zip ./dist
4949
5050
- name: upload _site artifact
51-
uses: actions/upload-artifact@v4
51+
uses: actions/upload-artifact@v6
5252
with:
5353
name: _site
5454
path: _site.zip
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Upload PR number
6262
if: ${{ always() }}
63-
uses: actions/upload-artifact@v4
63+
uses: actions/upload-artifact@v6
6464
with:
6565
name: pr
6666
path: ./pr-id.txt

0 commit comments

Comments
 (0)