Skip to content

Commit

Permalink
Merge pull request #38 from nikeee/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
nikeee authored Jan 2, 2024
2 parents b7bbb39 + ab51d35 commit 935a588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: cargo build --release

- name: Archive standalone executables
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: binaries
path: target/release/sparkasse-backup-decrypt

0 comments on commit 935a588

Please sign in to comment.