We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dac9ffa + 4576379 commit 599a66aCopy full SHA for 599a66a
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- name: Upload test results
57
if: always()
58
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
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