8000 build(deps): Bump workflows to latest trusted versions (#231) · hashicorp/hc-install@0c03a35 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0c03a35

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
52+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
129+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
130130
if: ${{ matrix.goos == 'linux' }}
131131
with:
132132
name: ${{ env.RPM_PACKAGE }}
133133
path: out/${{ env.RPM_PACKAGE }}
134134

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

0 com 30A6 mit comments

Comments
 (0)
0