We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504493f commit 88c8c1cCopy full SHA for 88c8c1c
.github/actions/build-and-persist-plugin-binary/action.yml
@@ -17,7 +17,7 @@ runs:
17
shell: bash
18
- run: rm ./pkg/packer_plugin_tencentcloud_${{ inputs.GOOS }}_${{ inputs.GOARCH }}
19
20
- - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
+ - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
21
with:
22
name: "packer_plugin_tencentcloud_${{ inputs.GOOS }}_${{ inputs.GOARCH }}.zip"
23
path: "pkg/packer_plugin_tencentcloud_${{ inputs.GOOS }}_${{ inputs.GOARCH }}.zip"
0 commit comments