Skip to content

Commit 50c099d

Browse files
authored
Merge pull request #97 from nikeee/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 4b871d5 + 097a7e8 commit 50c099d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: cargo build --release
4242

4343
- name: Archive standalone executables
44-
uses: actions/upload-artifact@v4
44+
uses: actions/upload-artifact@v5
4545
with:
4646
name: binaries
4747
path: target/release/sparkasse-backup-decrypt

0 commit comments

Comments
 (0)