We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3eed11 commit 839c33fCopy full SHA for 839c33f
.github/workflows/release.yml
@@ -89,7 +89,7 @@ jobs:
89
bake run --convention=Release --build-version 1.0.$REVISION --destination="nuget>github,nuget,release>github"
90
91
- name: Upload test results
92
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
93
if: success() || failure()
94
with:
95
name: test-results
0 commit comments