Skip to content

Commit

Permalink
Fix old version of action
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus committed Nov 16, 2024
1 parent c3eed11 commit 839c33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
bake run --convention=Release --build-version 1.0.$REVISION --destination="nuget>github,nuget,release>github"
- name: Upload test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: test-results
Expand Down

0 comments on commit 839c33f

Please sign in to comment.