We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebdfe85 commit 0425f05Copy full SHA for 0425f05
.github/workflows/release.yml
@@ -82,7 +82,7 @@ jobs:
82
project-dir: "native/resvg"
83
84
- name: Artifact upload
85
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
86
with:
87
name: ${{ steps.build-crate.outputs.file-name }}
88
path: ${{ steps.build-crate.outputs.file-path }}
0 commit comments