Commit b1e8ce2 1 parent de573b4 commit b1e8ce2 Copy full SHA for b1e8ce2
File tree 1 file changed +3
-3
lines changed
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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
52
+ - uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
129
+ - uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
135
+ - uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
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 commit comments