Skip to content

Commit 4f7943d

Browse files
hashicorp-tsccr[bot]jpogran
authored andcommitted
Result of tsccr-helper -log-level=info gha update -latest .
1 parent 6f4f078 commit 4f7943d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
version: ${{ needs.set-product-version.outputs.product-version }}
5656
product: ${{ env.PKG_NAME }}
5757
repositoryOwner: "hashicorp"
58-
- uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
58+
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
5959
with:
6060
name: metadata.json
6161
path: ${{ steps.generate-metadata-file.outputs.filepath }}
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
go generate ./internal/schemas
7575
du -h -s ./internal/schemas/data
76-
- uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
76+
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
7777
with:
7878
name: provider-schema-data
7979
path: ./internal/schemas/data
@@ -164,12 +164,12 @@ jobs:
164164
run: |
165165
echo "RPM_PACKAGE=$(basename out/*.rpm)" >> $GITHUB_ENV
166166
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
168168
if: ${{ matrix.goos == 'linux' }}
169169
with:
170170
name: ${{ env.RPM_PACKAGE }}
171171
path: out/${{ env.RPM_PACKAGE }}
172-
- uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
172+
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
173173
if: ${{ matrix.goos == 'linux' }}
174174
with:
175175
name: ${{ env.DEB_PACKAGE }}

0 commit comments

Comments
 (0)