Skip to content

Commit f995c50

Browse files
authored
Merge pull request #71 from numfocus/dependabot/github_actions/actions/download-artifact-6
2 parents d0290b8 + 7153a42 commit f995c50

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
@@ -68,7 +68,7 @@ jobs:
6868
id: date
6969
run: echo "::set-output name=date::$(date +'%Y%m%d')"
7070
- name: Download all workflow run artifacts
71-
uses: actions/download-artifact@v5
71+
uses: actions/download-artifact@v6
7272
with:
7373
name: files
7474
path: ~/files

0 commit comments

Comments
 (0)