Bump actions/download-artifact from 4.1.3 to 4.1.4 (#1278)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](87c55149d9...c850b930e6
)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c8e3a05eb9
commit
8f44794f9e
|
@ -179,7 +179,7 @@ jobs:
|
|||
timeout-minutes: 1
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
||||
- name: Download release artifact
|
||||
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
||||
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
|
||||
with:
|
||||
name: Binaries
|
||||
- name: Unzip artifacts
|
||||
|
|
|
@ -568,7 +568,7 @@ jobs:
|
|||
workload_identity_provider: ${{ secrets.FIREBASE_TEST_LAB_WORKLOAD_IDENTITY_PROVIDER }}
|
||||
access_token_lifetime: '900s'
|
||||
- name: Download a single artifact
|
||||
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
|
||||
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
|
||||
with:
|
||||
name: Binaries
|
||||
- name: Robo test
|
||||
|
|
Loading…
Reference in New Issue