Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

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 2 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...v4.1.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Colin Walters <[email protected]>
  • Loading branch information
dependabot[bot] authored and cgwalters committed Sep 16, 2024
1 parent 60e2a40 commit f1e2342
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bootc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Build
run: cd bootc && make test-bin-archive
- name: Upload binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bootc-c9s.tar.zst
path: bootc/target/bootc.tar.zst
Expand All @@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: bootc-c9s.tar.zst
- name: Install
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Build
run: cargo build --release --features=internal-testing-api
- name: Upload binary
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ostree-ext-cli
path: target/release/ostree-ext-cli
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Download ostree-ext-cli
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: ostree-ext-cli
- name: Install
Expand All @@ -121,7 +121,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Download ostree-ext-cli
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: ostree-ext-cli
- name: Install
Expand All @@ -139,7 +139,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Download
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: ostree-ext-cli
- name: Install
Expand All @@ -159,7 +159,7 @@ jobs:
repository: coreos/coreos-layering-examples
path: coreos-layering-examples
- name: Download
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: ostree-ext-cli
- name: Integration tests
Expand Down

0 comments on commit f1e2342

Please sign in to comment.