-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/upload-artifact from 4.4.1 to 4.4.3 (#24)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
1e6315a
commit f12c242
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,19 +37,19 @@ jobs: | |
- run: cargo build --target aarch64-apple-darwin | ||
- run: cargo build --target x86_64-apple-darwin --release | ||
- run: cargo build --target aarch64-apple-darwin --release | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].3 | ||
with: | ||
name: macOS Debug | ||
path: target/x86_64-apple-darwin/debug/panic-info-reader | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].3 | ||
with: | ||
name: macOS Apple Silicon Debug | ||
path: target/aarch64-apple-darwin/debug/panic-info-reader | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].3 | ||
with: | ||
name: macOS Release | ||
path: target/x86_64-apple-darwin/release/panic-info-reader | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].3 | ||
with: | ||
name: macOS Apple Silicon Release | ||
path: target/aarch64-apple-darwin/release/panic-info-reader | ||
|
@@ -63,11 +63,11 @@ jobs: | |
- uses: dtolnay/rust-toolchain@nightly | ||
- run: cargo build | ||
- run: cargo build --release | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].3 | ||
with: | ||
name: Linux Debug | ||
path: target/debug/panic-info-reader | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].3 | ||
with: | ||
name: Linux Release | ||
path: target/release/panic-info-reader | ||
|
@@ -81,11 +81,11 @@ jobs: | |
- uses: dtolnay/rust-toolchain@nightly | ||
- run: cargo build -Zunstable-options --out-dir=out-debug | ||
- run: cargo build --release -Zunstable-options --out-dir=out | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].3 | ||
with: | ||
name: Windows Debug | ||
path: out-debug/* | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].3 | ||
with: | ||
name: Windows Release | ||
path: out/* |