Skip to content

Commit

Permalink
Upgrade upload-artifact to v4 (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
agocke authored Nov 16, 2024
1 parent 2361782 commit 6190e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Pack
run: ./build.sh --pack
- name: Upload package
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: NuGet packages
path: artifacts/package/release/*.nupkg

0 comments on commit 6190e2d

Please sign in to comment.