Skip to content

Commit

Permalink
build(deps): bump actions/download-artifact in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 3c1bcef commit bc85e4d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Download build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: install.tar
- name: Install
run: tar -C / -xzvf install.tar && rm -f install.tar
- name: Download tests
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: tests.tar
- name: Install Tests
Expand All @@ -145,7 +145,7 @@ jobs:
repository: coreos/coreos-layering-examples
path: coreos-layering-examples
- name: Download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: install.tar
- name: Integration tests
Expand All @@ -171,7 +171,7 @@ jobs:
- name: Install test dependencies
run: ./ci/install-test-deps.sh
- name: Download build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: install.tar
- name: Install
Expand All @@ -191,7 +191,7 @@ jobs:
- name: Install test dependencies
run: ./ci/install-test-deps.sh
- name: Download build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: install.tar
- name: Install
Expand All @@ -209,7 +209,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Download build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: install.tar
- name: Install
Expand Down

0 comments on commit bc85e4d

Please sign in to comment.