Skip to content

Commit b605632

Browse files
chore(deps): update github artifact actions
1 parent 6d61d7c commit b605632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: trunk build
4141

4242
- name: Upload artifact
43-
uses: actions/upload-artifact@v4
43+
uses: actions/upload-artifact@v6
4444
with:
4545
name: website
4646
path: dist
@@ -64,7 +64,7 @@ jobs:
6464
fetch-depth: 0
6565

6666
- name: Download artifacts
67-
uses: actions/download-artifact@v4
67+
uses: actions/download-artifact@v7
6868
with:
6969
path: dist
7070
merge-multiple: true

0 commit comments

Comments
 (0)