Skip to content

Commit

Permalink
github/workflows/tests: Update actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
travier committed Sep 13, 2024
1 parent 81867f0 commit 60d4678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 60d4678

Please sign in to comment.