Skip to content

Commit 64f77e6

Browse files
committed
Update actions/upload-artifact@v4 and softprops/action-gh-release@v2
1 parent 74d31a8 commit 64f77e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,13 +152,13 @@ jobs:
152152
project-dir: "native/midiex"
153153

154154
- name: Artifact upload
155-
uses: actions/upload-artifact@v3
155+
uses: actions/upload-artifact@v4
156156
with:
157157
name: ${{ steps.build-crate.outputs.file-name }}
158158
path: ${{ steps.build-crate.outputs.file-path }}
159159

160160
- name: Publish archives and packages
161-
uses: softprops/action-gh-release@v1
161+
uses: softprops/action-gh-release@v2
162162
with:
163163
files: |
164164
${{ steps.build-crate.outputs.file-path }}

0 commit comments

Comments
 (0)