Skip to content

Commit 1ad85d2

Browse files
authored
Merge pull request #44 from jcs090218/dependabot/github_actions/actions/download-artifact-8
chore(deps): bump actions/download-artifact from 7 to 8
2 parents 45b0f44 + 3c666c3 commit 1ad85d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: Download .alf artifact
47-
uses: actions/download-artifact@v7
47+
uses: actions/download-artifact@v8
4848
with:
4949
name: ${{ needs.request_alf.outputs.alf }}
5050

0 commit comments

Comments
 (0)