Skip to content

Commit 55d2ce9

Browse files
authored
Merge pull request #147 from gha3mi/dependabot/github_actions/actions/download-artifact-8 [skip ci]
chore(deps): bump actions/download-artifact from 4 to 8
2 parents b3f4dfe + f21d4fe commit 55d2ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ runs:
301301

302302
- name: Download setup-fortran-conda metadata artifacts
303303
if: ${{ inputs.generate-status-table == 'true' || inputs.update-readme-table == 'true' }}
304-
uses: actions/download-artifact@v4
304+
uses: actions/download-artifact@v8
305305
with:
306306
pattern: setup-fortran-conda-meta-*
307307
path: ${{ runner.temp }}/setup-fortran-conda-meta

0 commit comments

Comments
 (0)