|
55 | 55 | version: ${{ needs.set-product-version.outputs.product-version }} |
56 | 56 | product: ${{ env.PKG_NAME }} |
57 | 57 | repositoryOwner: "hashicorp" |
58 | | - - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 |
| 58 | + - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 |
59 | 59 | with: |
60 | 60 | name: metadata.json |
61 | 61 | path: ${{ steps.generate-metadata-file.outputs.filepath }} |
|
73 | 73 | run: | |
74 | 74 | go generate ./internal/schemas |
75 | 75 | du -h -s ./internal/schemas/data |
76 | | - - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 |
| 76 | + - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 |
77 | 77 | with: |
78 | 78 | name: provider-schema-data |
79 | 79 | path: ./internal/schemas/data |
@@ -164,12 +164,12 @@ jobs: |
164 | 164 | run: | |
165 | 165 | echo "RPM_PACKAGE=$(basename out/*.rpm)" >> $GITHUB_ENV |
166 | 166 | echo "DEB_PACKAGE=$(basename out/*.deb)" >> $GITHUB_ENV |
167 | | - - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 |
| 167 | + - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 |
168 | 168 | if: ${{ matrix.goos == 'linux' }} |
169 | 169 | with: |
170 | 170 | name: ${{ env.RPM_PACKAGE }} |
171 | 171 | path: out/${{ env.RPM_PACKAGE }} |
172 | | - - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 |
| 172 | + - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 |
173 | 173 | if: ${{ matrix.goos == 'linux' }} |
174 | 174 | with: |
175 | 175 | name: ${{ env.DEB_PACKAGE }} |
|
0 commit comments