Skip to content

Commit c1c446d

Browse files
authored
Merge pull request #47 from chrisjwalk/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 4 to 7
2 parents 25d84f2 + 4b852af commit c1c446d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ jobs:
6767
6868
- name: Upload coverage report
6969
if: always()
70-
uses: actions/upload-artifact@v4
70+
uses: actions/upload-artifact@v7
7171
with:
7272
name: coverage
7373
path: coverage/
7474
if-no-files-found: ignore
7575

7676
- name: Upload test results
7777
if: always()
78-
uses: actions/upload-artifact@v4
78+
uses: actions/upload-artifact@v7
7979
with:
8080
name: test-results
8181
path: junit/

0 commit comments

Comments
 (0)