This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 2ed5ebb authored Jul 22, 2024 · 4 / 4 · Verified
1 parent 58a5f30 commit 2ed5ebb Copy full SHA for 2ed5ebb
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 67
67
68
68
- name : Upload benchmark results to release
69
69
if : inputs.tag != 'null'
70
- uses : softprops/action-gh-release@v1
70
+ uses : softprops/action-gh-release@v2
71
71
with :
72
72
files : ./benches/PERFORMANCE.txt
73
73
tag_name : ${{ inputs.tag }}
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134
134
135
135
- name : Add air-interpreter-wasm artifact to GitHub release
136
136
if : needs.release-please.outputs.air-interpreter-release-created
137
- uses : softprops/action-gh-release@v1
137
+ uses : softprops/action-gh-release@v2
138
138
with :
139
139
files : target/wasm32-wasi/release/air_interpreter_server.wasm
140
140
tag_name : ${{ needs.release-please.outputs.air-interpreter-tag-name }}
You can’t perform that action at this time.
0 commit comments