|
59 | 59 | version: ${{ needs.get-product-version.outputs.product-version }} |
60 | 60 | product: ${{ env.PKG_NAME }} |
61 | 61 | repositoryOwner: "hashicorp" |
62 | | - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 |
| 62 | + - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 |
63 | 63 | with: |
64 | 64 | name: metadata.json |
65 | 65 | path: ${{ steps.generate-metadata-file.outputs.filepath }} |
@@ -104,7 +104,7 @@ jobs: |
104 | 104 | go build -buildvcs=false -o dist/ -ldflags "-s -w -X $(go list -m)/version.GitCommit=$(git rev-parse --short HEAD)" . |
105 | 105 | zip -r -j out/${{ env.PKG_NAME }}_${{ needs.get-product-version.outputs.product-version }}_${{ matrix.goos }}_${{ matrix.goarch }}.zip dist/ |
106 | 106 |
|
107 | | - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 |
| 107 | + - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 |
108 | 108 | with: |
109 | 109 | name: ${{ env.PKG_NAME }}_${{ needs.get-product-version.outputs.product-version }}_${{ matrix.goos }}_${{ matrix.goarch }}.zip |
110 | 110 | path: out/${{ env.PKG_NAME }}_${{ needs.get-product-version.outputs.product-version }}_${{ matrix.goos }}_${{ matrix.goarch }}.zip |
@@ -147,7 +147,7 @@ jobs: |
147 | 147 | go build -buildvcs=false -o dist/ -ldflags "-s -w -X $(go list -m)/version.GitCommit=$(git rev-parse --short HEAD)" . |
148 | 148 | zip -r -j out/${{ env.PKG_NAME }}_${{ needs.get-product-version.outputs.product-version }}_${{ matrix.goos }}_${{ matrix.goarch }}.zip dist/ |
149 | 149 |
|
150 | | - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 |
| 150 | + - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 |
151 | 151 | with: |
152 | 152 | name: ${{ env.PKG_NAME }}_${{ needs.get-product-version.outputs.product-version }}_${{ matrix.goos }}_${{ matrix.goarch }}.zip |
153 | 153 | path: out/${{ env.PKG_NAME }}_${{ needs.get-product-version.outputs.product-version }}_${{ matrix.goos }}_${{ matrix.goarch }}.zip |
@@ -182,13 +182,13 @@ jobs: |
182 | 182 | echo "RPM_PACKAGE=$(basename out/*.rpm)" >> $GITHUB_ENV |
183 | 183 | echo "DEB_PACKAGE=$(basename out/*.deb)" >> $GITHUB_ENV |
184 | 184 |
|
185 | | - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 |
| 185 | + - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 |
186 | 186 | if: ${{ matrix.goos == 'linux' }} |
187 | 187 | with: |
188 | 188 | name: ${{ env.RPM_PACKAGE }} |
189 | 189 | path: out/${{ env.RPM_PACKAGE }} |
190 | 190 |
|
191 | | - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 |
| 191 | + - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 |
192 | 192 | if: ${{ matrix.goos == 'linux' }} |
193 | 193 | with: |
194 | 194 | name: ${{ env.DEB_PACKAGE }} |
|
0 commit comments