mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 00:18:27 +00:00
Bump dawidd6/action-download-artifact from 2.21.1 to 2.22.0 (#7132)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.21.1 to 2.22.0.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](6765a42d86...ea71f332a9)
---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
...
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
bfd98557f9
commit
56ea9ee1b3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/integration.yml
vendored
4
.github/workflows/integration.yml
vendored
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
|
||||
# Download fleet and fleetctl binaries from last successful build on main
|
||||
- name: Download binaries
|
||||
uses: dawidd6/action-download-artifact@6765a42d86407a3d532749069ac03705ad82ebc6 #v2.16.0
|
||||
uses: dawidd6/action-download-artifact@ea71f332a90fd52416b1629b933dcf7e0ccd421d #v2.16.0
|
||||
with:
|
||||
workflow: build-binaries.yaml
|
||||
branch: main
|
||||
|
|
@ -113,7 +113,7 @@ jobs:
|
|||
steps:
|
||||
# Download fleet and fleetctl binaries from last successful build on main
|
||||
- name: Download binaries
|
||||
uses: dawidd6/action-download-artifact@6765a42d86407a3d532749069ac03705ad82ebc6 #v2.16.0
|
||||
uses: dawidd6/action-download-artifact@ea71f332a90fd52416b1629b933dcf7e0ccd421d #v2.16.0
|
||||
with:
|
||||
workflow: build-binaries.yaml
|
||||
branch: main
|
||||
|
|
|
|||
Loading…
Reference in a new issue