Skip to content

Commit 7abdd0e

Browse files
authored
Merge pull request #9019 from thunderbird/dependabot/github_actions/actions/upload-artifact-4.6.2
Bump actions/upload-artifact from 4.6.1 to 4.6.2
2 parents c64e28a + b3f8c58 commit 7abdd0e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/fluidscan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
bash scripts/ci/run-fluidattacks-scanner.sh
2828
2929
- name: "Upload scan results"
30-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
30+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3131
with:
3232
name: SARIF scan results
3333
path: fluidscan-results.sarif

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
# Upload the results as artifacts.
5656
- name: "Upload artifact"
57-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
57+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5858
with:
5959
name: SARIF file
6060
path: results.sarif

.github/workflows/shippable_builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ jobs:
563563
ls -l ${UPLOAD_PATH}/
564564
565565
- name: Upload unsigned
566-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
566+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
567567
env:
568568
UPLOAD_PATH: "uploads"
569569
with:
@@ -612,7 +612,7 @@ jobs:
612612
rm -f uploads/*.jks
613613
614614
- name: Upload signed
615-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
615+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
616616
with:
617617
name: signed-${{ matrix.appName }}-${{ matrix.packageFormat }}-${{ matrix.packageFlavor }}
618618
if-no-files-found: error

0 commit comments

Comments
 (0)