Skip to content

Commit

Permalink
use commit hash not version number for actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
xoloki committed Jan 31, 2025
1 parent d8ec0e5 commit 4305513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 #v4.6.0
with:
name: Cargo.lock
path: Cargo.lock
Expand Down

0 comments on commit 4305513

Please sign in to comment.