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 6450b5d + b14aa35 commit e0a77b7Copy full SHA for e0a77b7
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- name: Upload test results
57
if: always()
58
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
59
with:
60
name: unit-test-results
61
path: build/
.github/workflows/release.yml
@@ -54,7 +54,7 @@ jobs:
54
#9 Upload Artifacts
- name: Upload Artifacts
name: Releases
path: |
0 commit comments