mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-10 16:58:43 +03:00
Merge pull request #3301 from travier/main-github-artifact-v4
github/workflows/tests: Update actions/upload-artifact to v4
This commit is contained in:
commit
b18e78bfb8
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
- name: Build
|
||||
run: cd tests/inst && cargo build --verbose --release
|
||||
- name: Upload binary
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ostree-test
|
||||
path: tests/inst/target/release/ostree-test
|
||||
@ -91,7 +91,7 @@ jobs:
|
||||
./configure --with-curl --with-selinux --with-dracut=yesbutnoconf --with-composefs &&
|
||||
make -j 4 && make install DESTDIR=$(pwd)/install && tar -c -C install --zstd -f inst.tar.zst .
|
||||
- name: Upload binary
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: inst.tar.zst
|
||||
path: inst.tar.zst
|
||||
@ -106,13 +106,13 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Download install tree
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: inst.tar.zst
|
||||
- name: Install
|
||||
run: tar -C / -xvf inst.tar.zst && rm -f inst.tar.zst
|
||||
- name: Download test binary
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: ostree-test
|
||||
- name: Install
|
||||
|
Loading…
x
Reference in New Issue
Block a user