Skip to content

Commit 2ab9c3c

Browse files
authored
Merge pull request #108 from markhazleton/dependabot/github_actions/actions/upload-artifact-7
ci(deps): bump actions/upload-artifact from 6 to 7
2 parents 1395e0b + 8ec6711 commit 2ab9c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
fi
7777
7878
- name: Upload coverage report
79-
uses: actions/upload-artifact@v6
79+
uses: actions/upload-artifact@v7
8080
if: always()
8181
with:
8282
name: coverage-report

0 commit comments

Comments
 (0)