Skip to content

Commit ff78a90

Browse files
chore(deps): update github artifact actions (#19)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 667cde8 commit ff78a90

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)