Skip to content

Commit 7075fe2

Browse files
Renovate: Update actions/download-artifact action to v5 (#236)
1 parent 04da05c commit 7075fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
}
7676
- name: Download coverage file (PR only)
7777
if: ${{ github.event_name == 'pull_request' }}
78-
uses: actions/download-artifact@v4
78+
uses: actions/download-artifact@v5
7979
with:
8080
name: pr-func-coverage
8181
path: .

0 commit comments

Comments
 (0)