Skip to content

Commit

Permalink
Merge pull request #6205 from filecoin-project/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/TheDoctor0/zip-release-0.7.5

chore(deps): bump TheDoctor0/zip-release from 0.7.1 to 0.7.5
  • Loading branch information
simlecode authored Oct 31, 2023
2 parents 1dc4a1c + aa10549 commit 22072db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/common_build_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
mv ./${{inputs.bin_name}} ./release
- name: Zip Release
uses: TheDoctor0/zip-release@0.7.1
uses: TheDoctor0/zip-release@0.7.5
with:
filename: ${{steps.vars.outputs.artifact_name}}
path: ./release
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
- name: Zip Release
if: startsWith(github.ref, 'refs/tags/')
uses: TheDoctor0/zip-release@0.7.1
uses: TheDoctor0/zip-release@0.7.5
with:
filename: ${{steps.vars.outputs.artifact_name}}
path: ./release
Expand Down

0 comments on commit 22072db

Please sign in to comment.