Skip to content

Commit 839c33f

Browse files
committed
Fix old version of action
1 parent c3eed11 commit 839c33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
bake run --convention=Release --build-version 1.0.$REVISION --destination="nuget>github,nuget,release>github"
9090
9191
- name: Upload test results
92-
uses: actions/upload-artifact@v2
92+
uses: actions/upload-artifact@v4
9393
if: success() || failure()
9494
with:
9595
name: test-results

0 commit comments

Comments
 (0)