Skip to content

Commit 1cdd546

Browse files
Result of tsccr-helper -log-level=info gha update -latest .github/
1 parent 3f376c3 commit 1cdd546

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
58+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
76+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
7777
with:
7878
name: provider-schema-data
7979
path: ./internal/schemas/data
@@ -108,7 +108,7 @@ jobs:
108108
steps:
109109
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
110110
- name: Download provider schemas
111-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
111+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
112112
with:
113113
name: provider-schema-data
114114
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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
167+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
168168
if: ${{ matrix.goos == 'linux' }}
169169
with:
170170
name: ${{ env.RPM_PACKAGE }}
171171
path: out/${{ env.RPM_PACKAGE }}
172-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
172+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
173173
if: ${{ matrix.goos == 'linux' }}
174174
with:
175175
name: ${{ env.DEB_PACKAGE }}

0 commit comments

Comments
 (0)