Skip to content

Commit 095a09e

Browse files
authored
Merge pull request #335 from stan-dev/revert-334-dependabot/github_actions/actions/upload-artifact-7
Revert "Bump actions/upload-artifact from 6 to 7"
2 parents 99ac8fd + 2174733 commit 095a09e

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
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Upload test results
5858
if: failure()
59-
uses: actions/upload-artifact@v7
59+
uses: actions/upload-artifact@v6
6060
with:
6161
name: coverage-test-failures
6262
path: ${{ runner.temp }}/package

0 commit comments

Comments
 (0)