Skip to content

Commit 4d8cc16

Browse files
Merge pull request #1 from cda-tum/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents e78aaed + a80d678 commit 4d8cc16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
id-token: write
6868
needs: [build_wheel, build_sdist]
6969
steps:
70-
- uses: actions/download-artifact@v4
70+
- uses: actions/download-artifact@v5
7171
with:
7272
name: artifact
7373
path: dist

0 commit comments

Comments
 (0)