File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
version : ${{ needs.set-product-version.outputs.product-version }}
50
50
product : ${{ env.PKG_NAME }}
51
51
repositoryOwner : " hashicorp"
52
- - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
52
+ - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
53
53
with :
54
54
name : metadata.json
55
55
path : ${{ steps.generate-metadata-file.outputs.filepath }}
@@ -126,13 +126,13 @@ jobs:
126
126
echo "RPM_PACKAGE=$(basename out/*.rpm)" >> $GITHUB_ENV
127
127
echo "DEB_PACKAGE=$(basename out/*.deb)" >> $GITHUB_ENV
128
128
129
- - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
129
+ - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
130
130
if : ${{ matrix.goos == 'linux' }}
131
131
with :
132
132
name : ${{ env.RPM_PACKAGE }}
133
133
path : out/${{ env.RPM_PACKAGE }}
134
134
135
- - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
135
+ - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
136
136
if : ${{ matrix.goos == 'linux' }}
137
137
with :
138
138
name : ${{ env.DEB_PACKAGE }}
You can’t perform that action at this time.
0 com 30A6 mit comments