File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 version : ${{ needs.set-product-version.outputs.product-version }}
5050 product : ${{ env.PKG_NAME }}
5151 repositoryOwner : " hashicorp"
52- - uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1 .0
52+ - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
5353 with :
5454 name : metadata.json
5555 path : ${{ steps.generate-metadata-file.outputs.filepath }}
@@ -119,13 +119,13 @@ jobs:
119119 echo "RPM_PACKAGE=$(basename out/*.rpm)" >> $GITHUB_ENV
120120 echo "DEB_PACKAGE=$(basename out/*.deb)" >> $GITHUB_ENV
121121
122- - uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1 .0
122+ - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
123123 if : ${{ matrix.goos == 'linux' }}
124124 with :
125125 name : ${{ env.RPM_PACKAGE }}
126126 path : out/${{ env.RPM_PACKAGE }}
127127
128- - uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1 .0
128+ - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
129129 if : ${{ matrix.goos == 'linux' }}
130130 with :
131131 name : ${{ env.DEB_PACKAGE }}
You can’t perform that action at this time.
0 commit comments