Skip to content

Commit ba38c3f

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
pnpm build
8686
8787
- name: Upload build result
88-
uses: actions/upload-artifact@v4
88+
uses: actions/upload-artifact@v5
8989
with:
9090
name: build-result
9191
path: |
@@ -109,7 +109,7 @@ jobs:
109109
fetch-depth: 0
110110

111111
- name: Restore Build Result
112-
uses: actions/download-artifact@v5
112+
uses: actions/download-artifact@v6
113113
with:
114114
name: build-result
115115

@@ -161,7 +161,7 @@ jobs:
161161
fetch-depth: 0
162162

163163
- name: Restore Build Result
164-
uses: actions/download-artifact@v5
164+
uses: actions/download-artifact@v6
165165
with:
166166
name: build-result
167167

0 commit comments

Comments
 (0)