Skip to content

Commit 4e78a45

Browse files
authored
Merge pull request #10023 from thunderbird/dependabot/github_actions/actions/download-artifact-6.0.0
chore(deps): bump actions/download-artifact from 5.0.0 to 6.0.0
2 parents ca77566 + 2831f4e commit 4e78a45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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
env:
564564
RELEASE_TYPE: ${{ needs.dump_config.outputs.releaseType }}
565565
steps:
566-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
566+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
567567
with:
568568
name: unsigned-${{ matrix.appName }}-${{ matrix.packageFormat }}-${{ matrix.packageFlavor }}
569569
path: uploads/
@@ -684,7 +684,7 @@ jobs:
684684
ref: ${{ steps.shanotes.outputs.app_sha }}
685685

686686
- name: Download Artifacts
687-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
687+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
688688
with:
689689
name: signed-${{ matrix.appName }}-${{ matrix.packageFormat }}-${{ matrix.packageFlavor }}
690690
path: "uploads/"

0 commit comments

Comments
 (0)