Skip to content

Commit 5e08d7d

Browse files
authored
Merge pull request #12 from samply/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 4 to 6
2 parents 476de3f + 7ed3a68 commit 5e08d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: cargo test --verbose
5757

5858
- name: Upload release artifact
59-
uses: actions/upload-artifact@v4
59+
uses: actions/upload-artifact@v6
6060
with:
6161
name: rust-release
6262
path: target/release/

0 commit comments

Comments
 (0)