Skip to content

Commit 7fe8938

Browse files
authored
Merge pull request #2716 from gofr-dev/dependabot/github_actions/actions/download-artifact-7
2 parents 3e246b7 + 475c0bf commit 7fe8938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203

204204
# Download coverage reports from previous jobs
205205
- name: Download Coverage Report
206-
uses: actions/download-artifact@v6
206+
uses: actions/download-artifact@v7
207207
with:
208208
path: artifacts
209209

@@ -325,7 +325,7 @@ jobs:
325325
326326
# Download coverage artifacts
327327
- name: Download Coverage Report
328-
uses: actions/download-artifact@v6
328+
uses: actions/download-artifact@v7
329329
with:
330330
path: artifacts
331331

0 commit comments

Comments
 (0)