Skip to content

Commit 2181699

Browse files
committed
chore(.github): align upload-artifact versions to use specific commit
Signed-off-by: Vaughn Dice <[email protected]>
1 parent 54a2219 commit 2181699

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/helm-chart-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: make helm-lint
6060

6161
- name: Upload chart as GitHub artifact
62-
uses: actions/upload-artifact@v5
62+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6363
with:
6464
name: ${{ env.CHART_NAME }}
6565
path: _dist/${{ env.CHART_NAME }}-${{ env.CHART_VERSION }}.tgz

.github/workflows/helm-chart-smoketest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
tags: ${{ matrix.config.name }}:chart-test
5252

5353
- name: Upload artifact
54-
uses: actions/upload-artifact@v5
54+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5555
with:
5656
name: image-${{ matrix.config.name }}
5757
path: /tmp/${{ matrix.config.name }}.tar

0 commit comments

Comments
 (0)