Skip to content

Commit 0425f05

Browse files
committed
fix(release-ci): bump upload-artifact to v4
1 parent ebdfe85 commit 0425f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
project-dir: "native/resvg"
8383

8484
- name: Artifact upload
85-
uses: actions/upload-artifact@v3
85+
uses: actions/upload-artifact@v4
8686
with:
8787
name: ${{ steps.build-crate.outputs.file-name }}
8888
path: ${{ steps.build-crate.outputs.file-path }}

0 commit comments

Comments
 (0)