Skip to content

Commit

Permalink
Update upload-artifact version to fix github action error.
Browse files Browse the repository at this point in the history
  • Loading branch information
timcassell authored Jan 31, 2025
1 parent e7e758d commit b883521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Pack
run: ./build.cmd pack /p:VersionSuffix=nightly.$DATE.$GITHUB_RUN_NUMBER
- name: Upload nupkg to artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: nupkgs
path: "**/*.*nupkg"
Expand Down

0 comments on commit b883521

Please sign in to comment.