Skip to content

Commit

Permalink
chore(deps): update softprops/action-gh-release action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent db96111 commit c46fcf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Upload benchmark results to release
if: inputs.tag != 'null'
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: ./benches/PERFORMANCE.txt
tag_name: ${{ inputs.tag }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:

- name: Add air-interpreter-wasm artifact to GitHub release
if: needs.release-please.outputs.air-interpreter-release-created
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: target/wasm32-wasi/release/air_interpreter_server.wasm
tag_name: ${{ needs.release-please.outputs.air-interpreter-tag-name }}
Expand Down

0 comments on commit c46fcf1

Please sign in to comment.