Skip to content

Commit 19af480

Browse files
chore(deps): bump actions/download-artifact from 5 to 6 (#493)
1 parent 09a06c5 commit 19af480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- uses: actions/checkout@v5
9494
with:
9595
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
96-
- uses: actions/download-artifact@v5
96+
- uses: actions/download-artifact@v6
9797
with:
9898
name: coverage-report
9999
- name: SonarCloud Scan

0 commit comments

Comments
 (0)