Skip to content

Commit

Permalink
Managed by Terraform: Update build-and-persist-plugin-binary github a…
Browse files Browse the repository at this point in the history
…ction
  • Loading branch information
nywilken committed May 9, 2024
1 parent 28bcdb3 commit e0a0d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-and-persist-plugin-binary/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
shell: bash
- run: rm ./pkg/packer_plugin_vagrant_${{ inputs.GOOS }}_${{ inputs.GOARCH }}
shell: bash
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: "packer_plugin_vagrant_${{ inputs.GOOS }}_${{ inputs.GOARCH }}.zip"
path: "pkg/packer_plugin_vagrant_${{ inputs.GOOS }}_${{ inputs.GOARCH }}.zip"
Expand Down

0 comments on commit e0a0d39

Please sign in to comment.