Skip to content

Commit 57f389a

Browse files
chore(deps): update github artifact actions (#14)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> [skip ci]
1 parent e4aa779 commit 57f389a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- run: pnpm build
4242

4343
- name: Upload build result
44-
uses: actions/upload-artifact@v4
44+
uses: actions/upload-artifact@v5
4545
with:
4646
name: build-result
4747
path: |
@@ -68,7 +68,7 @@ jobs:
6868
fetch-depth: 0
6969

7070
- name: Restore Build Result
71-
uses: actions/download-artifact@v5
71+
uses: actions/download-artifact@v6
7272
with:
7373
name: build-result
7474

0 commit comments

Comments
 (0)