Skip to content

Commit 1ab65ae

Browse files
authored
Merge pull request #6 from LouisMT/dependabot/github_actions/dot-github/workflows/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5 in /.github/workflows
2 parents e1a1520 + d824900 commit 1ab65ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
steps:
7575
- name: Download digests
76-
uses: actions/download-artifact@v4
76+
uses: actions/download-artifact@v5
7777
with:
7878
path: ${{ runner.temp }}/digests
7979
pattern: digests-*

0 commit comments

Comments
 (0)