Skip to content

Commit 88c8c1c

Browse files
committed
Managed by Terraform: Update build-and-persist-plugin-binary github action
1 parent 504493f commit 88c8c1c

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/build-and-persist-plugin-binary

1 file changed

+1
-1
lines changed

.github/actions/build-and-persist-plugin-binary/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
shell: bash
1818
- run: rm ./pkg/packer_plugin_tencentcloud_${{ inputs.GOOS }}_${{ inputs.GOARCH }}
1919
shell: bash
20-
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
20+
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
2121
with:
2222
name: "packer_plugin_tencentcloud_${{ inputs.GOOS }}_${{ inputs.GOARCH }}.zip"
2323
path: "pkg/packer_plugin_tencentcloud_${{ inputs.GOOS }}_${{ inputs.GOARCH }}.zip"

0 commit comments

Comments
 (0)