Skip to content

Commit f2f9c0b

Browse files
Result of tsccr-helper -log-level=info gha update -latest . (#182)
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
1 parent 82fbd96 commit f2f9c0b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
52+
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
5353
with:
5454
name: metadata.json
5555
path: ${{ steps.generate-metadata-file.outputs.filepath }}
@@ -119,13 +119,13 @@ jobs:
119119
echo "RPM_PACKAGE=$(basename out/*.rpm)" >> $GITHUB_ENV
120120
echo "DEB_PACKAGE=$(basename out/*.deb)" >> $GITHUB_ENV
121121
122-
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
122+
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
123123
if: ${{ matrix.goos == 'linux' }}
124124
with:
125125
name: ${{ env.RPM_PACKAGE }}
126126
path: out/${{ env.RPM_PACKAGE }}
127127

128-
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
128+
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
129129
if: ${{ matrix.goos == 'linux' }}
130130
with:
131131
name: ${{ env.DEB_PACKAGE }}

0 commit comments

Comments
 (0)