Skip to content

Commit c4d079f

Browse files
ci(deps): Bump actions/download-artifact from 4.2.1 to 4.3.0 (runfinch#1380)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.2.1 to 4.3.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@95815c3...d3f86a1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b09059f commit c4d079f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/upload-build-to-S3.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ jobs:
9191
aws-region: ${{ secrets.REGION }}
9292

9393
- name: Download macos aarch64 build
94-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
94+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
9595
with:
9696
name: finch.macos-aarch64
9797
path: build
9898

9999
- name: Download macos x86_64 build
100-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
100+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
101101
with:
102102
name: finch.macos-x86_64
103103
path: build

.github/workflows/upload-test-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
role-session-name: credhelper-test
5959
aws-region: ${{ secrets.REGION }}
6060
- name: download artifacts
61-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.1.08
61+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.1.08
6262
if: |
6363
steps.linux2.outputs.is_al2 == 'false'
6464
&& inputs.has-creds == 'true'

0 commit comments

Comments
 (0)