Skip to content

Commit 4fb58a3

Browse files
authored
Merge pull request #63 from AU-COBRA/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 7b722e2 + 42312f8 commit 4fb58a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/checkout@v5
109109

110110
- name: Download extraction results
111-
uses: actions/download-artifact@v5
111+
uses: actions/download-artifact@v6
112112
with:
113113
name: extraction-results
114114
path: tests/extracted-code

0 commit comments

Comments
 (0)