Skip to content

Commit 54c37a9

Browse files
authored
Merge pull request #392 from stan-dev/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 9d01e98 + 9a1f0be commit 54c37a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Upload test results
5757
if: failure()
58-
uses: actions/upload-artifact@v4
58+
uses: actions/upload-artifact@v5
5959
with:
6060
name: coverage-test-failures
6161
path: ${{ runner.temp }}/package

0 commit comments

Comments
 (0)