We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0299eb + 1a3e008 commit 6545044Copy full SHA for 6545044
.github/workflows/coverage.yml
@@ -88,7 +88,7 @@ jobs:
88
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
89
PULL_REQUEST_NUMBER: ${{ github.event.number }}
90
91
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
92
if: always()
93
with:
94
name: suite_result
.github/workflows/locked.yml
@@ -82,10 +82,10 @@ jobs:
82
- name: Test incremental regression with cfg comparison
83
run: ruby scripts/update_suite.rb -c
84
85
86
87
- name: suite_result
+ name: suite_result-${{ matrix.os }}
path: tests/suite_result/
extraction:
0 commit comments