mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
build(deps): bump actions/upload-artifact from 4 to 5 (#1090)
This commit is contained in:
@@ -73,7 +73,7 @@ jobs:
|
||||
fi
|
||||
cargo nextest archive --archive-file nextest-archive-${{ matrix.rust }}-${{ matrix.test_config }}.tar.zst $PROFILE
|
||||
- name: Upload archive to workflow
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: nextest-archive-${{ matrix.rust }}-${{ matrix.test_config }}
|
||||
# NOTE: upload-artifact does not respect the working directory, we need to prefix it.
|
||||
|
||||
Reference in New Issue
Block a user