Skip to content

Commit 5a00864

Browse files
authored
Merge pull request #58 from neuroinformatics-unit/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 5 to 7
2 parents 6ae8430 + b91ba0f commit 5a00864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
if: github.event_name == 'push' && github.ref_type == 'tag'
6262
runs-on: ubuntu-latest
6363
steps:
64-
- uses: actions/download-artifact@v5
64+
- uses: actions/download-artifact@v7
6565
with:
6666
name: artifact
6767
path: dist

0 commit comments

Comments
 (0)