mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
build(deps): bump actions/upload-artifact from 6 to 7 (#1240)
This commit is contained in:
@@ -77,7 +77,7 @@ jobs:
|
||||
} >> "$GITHUB_STEP_SUMMARY"
|
||||
|
||||
- name: Upload mutation results
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
if: always()
|
||||
with:
|
||||
name: mutants-${{ matrix.package }}
|
||||
|
||||
@@ -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@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
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