Skip to content

Commit

Permalink
[skip-ci] Update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
Signed-off-by: null <[email protected]>
  • Loading branch information
platform-engineering-bot committed Feb 14, 2024
1 parent e1ef710 commit c5fecfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autovendor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: cargo install cargo-vendor-filterer
- name: Run
run: mkdir -p target && cd cli && cargo vendor-filterer --format=tar.zstd --prefix=vendor/ ../target/vendor.tar.zst
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: vendor.tar.zst
path: target/vendor.tar.zst
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Build
run: make test-bin-archive
- name: Upload binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bootc.tar.zst
path: target/bootc.tar.zst
Expand All @@ -75,7 +75,7 @@ jobs:
- name: Build
run: make test-bin-archive
- name: Upload binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bootc-c9s.tar.zst
path: target/bootc.tar.zst
Expand Down

0 comments on commit c5fecfd

Please sign in to comment.