Skip to content

Commit 12fcbdf

Browse files
chore(deps): update actions/upload-artifact action to v4.6.2
1 parent ff47295 commit 12fcbdf

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

.github/workflows/reusable-builder-aur.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: bash -c '${{ inputs.params }}'
8383

8484
- name: Upload artifacts
85-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
85+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8686
with:
8787
name: ${{ inputs.product }}-aur
8888
path: ${{ inputs.artifact-path }}

.github/workflows/reusable-builder-deb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
echo "filename=${{ inputs.product }}-deb-${PKG_ARCH//\/}" >> $GITHUB_OUTPUT
109109
110110
- name: Upload artifacts
111-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
111+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
112112
with:
113113
name: ${{ steps.builder.outputs.filename }}
114114
path: ${{ inputs.artifact-path }}

.github/workflows/reusable-builder-flatpak.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
mv "${GITHUB_WORKSPACE}/org.${OWNER}.${PRODUCT}_${VERSION}_x86_64.flatpak" "${GITHUB_WORKSPACE}/org.${OWNER}.${PRODUCT}-${VERSION}.x86_64.flatpak"
106106
107107
- name: Upload artifacts
108-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
108+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
109109
with:
110110
name: ${{ inputs.product }}-flatpak
111111
path: ${{ inputs.artifact-path }}

.github/workflows/reusable-builder-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
run: make TARGET=${{ steps.builder.outputs.target }} releases
163163

164164
- name: Upload artifacts
165-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
165+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
166166
with:
167167
name: ${{ steps.builder.outputs.filename }}
168168
path: ${{ inputs.artifact-path }}

.github/workflows/reusable-builder-rpm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: bash -c '${{ inputs.params }}'
7676

7777
- name: Upload artifacts
78-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
78+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7979
with:
8080
name: ${{ inputs.product }}-rpm
8181
path: ${{ inputs.artifact-path }}

.github/workflows/reusable-builder-snap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
release: ${{ inputs.channel }}
123123

124124
- name: Upload artifacts
125-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
125+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
126126
with:
127127
name: ${{ inputs.product }}-snap
128128
path: ${{ steps.builder.outputs.snap }}

.github/workflows/reusable-scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
publish_results: ${{ inputs.publish-results }} # true will not work with Harden Runner!
9696

9797
- name: Upload artifact
98-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
98+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
9999
with:
100100
name: SARIF file
101101
path: results.sarif

.github/workflows/reusable-trivy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
template: '@/contrib/sarif.tpl'
8181

8282
- name: Upload artifact
83-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
83+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8484
with:
8585
name: SARIF file fs (${{ inputs.sarif }})
8686
path: '${{ inputs.sarif }}'
@@ -137,7 +137,7 @@ jobs:
137137
template: '@/contrib/sarif.tpl'
138138

139139
- name: Upload artifact
140-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
140+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
141141
with:
142142
name: SARIF file container (${{ inputs.sarif }})
143143
path: '${{ inputs.sarif }}'

0 commit comments

Comments
 (0)