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.
1 parent 176bdd4 commit f798638Copy full SHA for f798638
.github/workflows/build.yml
@@ -50,13 +50,13 @@ jobs:
50
folder: build/test_coverage/
51
single-commit: true
52
- name: Save output
53
- uses: actions/upload-artifact@v2.2.3
+ uses: actions/upload-artifact@v4.6.0
54
with:
55
name: test_coverage
56
path: build/test_coverage/
57
if: github.event_name == 'push' && github.ref == 'refs/heads/stable'
58
macos:
59
- runs-on: macos-12
+ runs-on: macos-14
60
strategy:
61
matrix:
62
config:
0 commit comments