Skip to content

Commit

Permalink
Merge pull request #21 from tweedegolf/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4.3.4

Bump actions/upload-artifact from 4.3.3 to 4.3.4
  • Loading branch information
rnijveld authored Jul 26, 2024
2 parents 1f7eb7c + b43625b commit 980b28f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
mv target/${{ matrix.rust_arch }}/release/diesel target/diesel.${{ matrix.docker_arch }}
- name: Upload artifacts
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: artifact-diesel-${{ matrix.rust_arch }}
path: diesel_cli/target/diesel.${{ matrix.docker_arch }}
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
mv target/${{ matrix.rust_arch }}/release/cargo-llvm-lines target/cargo-llvm-lines.${{ matrix.docker_arch }}
- name: Upload artifacts
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: artifact-cargo-llvm-lines-${{ matrix.rust_arch }}
path: cargo-llvm-lines/target/cargo-llvm-lines.${{ matrix.docker_arch }}
Expand Down

0 comments on commit 980b28f

Please sign in to comment.