Skip to content

Commit b1e8ce2

Browse files
build(deps): Bump workflows to latest trusted versions (#237)
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
1 parent de573b4 commit b1e8ce2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
version: ${{ needs.set-product-version.outputs.product-version }}
5050
product: ${{ env.PKG_NAME }}
5151
repositoryOwner: "hashicorp"
52-
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
52+
- uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
5353
with:
5454
name: metadata.json
5555
path: ${{ steps.generate-metadata-file.outputs.filepath }}
@@ -126,13 +126,13 @@ jobs:
126126
echo "RPM_PACKAGE=$(basename out/*.rpm)" >> $GITHUB_ENV
127127
echo "DEB_PACKAGE=$(basename out/*.deb)" >> $GITHUB_ENV
128128
129-
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
129+
- uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
130130
if: ${{ matrix.goos == 'linux' }}
131131
with:
132132
name: ${{ env.RPM_PACKAGE }}
133133
path: out/${{ env.RPM_PACKAGE }}
134134

135-
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
135+
- uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
136136
if: ${{ matrix.goos == 'linux' }}
137137
with:
138138
name: ${{ env.DEB_PACKAGE }}

0 commit comments

Comments
 (0)