Skip to content

Commit 6cfe486

Browse files
authored
Merge pull request #4 from nfdi-de/dependabot/github_actions/actions/download-artifact-5.0.0
Bump actions/download-artifact from 4.3.0 to 5.0.0
2 parents fda1e94 + 876aec8 commit 6cfe486

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
steps:
7272
# https://github.com/actions/download-artifact
7373
- name: Download built distribution
74-
uses: actions/download-artifact@v4.3.0
74+
uses: actions/download-artifact@v5.0.0
7575
with:
7676
name: distribution-files
7777
path: dist

0 commit comments

Comments
 (0)