Skip to content

Commit

Permalink
Merge pull request #6 from tweedegolf/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4.3.3

Bump actions/upload-artifact from 4.3.1 to 4.3.3
  • Loading branch information
rnijveld authored May 14, 2024
2 parents 5855d69 + 467bea4 commit fcbf5f7
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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
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 fcbf5f7

Please sign in to comment.