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 64a8262 commit e409d5dCopy full SHA for e409d5d
.github/workflows/build.yml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Upload Reports
61
if: ${{ !cancelled() }}
62
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
63
with:
64
name: reports
65
path: |
.github/workflows/samples.yml
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
56
name: reports-${{ matrix.sample }}
57
0 commit comments