Skip to content

Commit 1397f0d

Browse files
authored
Merge pull request #585 from neuroinformatics-unit/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents d178e2b + 9c613a5 commit 1397f0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code_test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
if: github.event_name == 'push' && github.ref_type == 'tag'
116116
runs-on: ubuntu-latest
117117
steps:
118-
- uses: actions/download-artifact@v4
118+
- uses: actions/download-artifact@v5
119119
with:
120120
name: artifact
121121
path: dist

0 commit comments

Comments
 (0)