Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.4.1 to 4.4.3 (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 17, 2024
1 parent 1e6315a commit f12c242
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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/*

0 comments on commit f12c242

Please sign in to comment.