Skip to content

Commit 01f29c4

Browse files
Update GitHub Actions workflow to use actions/upload-artifact@v3
1 parent 0940903 commit 01f29c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: cargo build --release
2727

2828
- name: Upload artifact
29-
uses: actions/upload-artifact@v2
29+
uses: actions/upload-artifact@v3
3030
with:
3131
name: release-binary
3232
path: target/release/

0 commit comments

Comments
 (0)