Skip to content

Commit

Permalink
升级 actions/upload-artifact 版本至 v4
Browse files Browse the repository at this point in the history
更新了 `nuget-publish.yml` 文件中的 `actions/upload-artifact` 操作版本,从 `v3` 升级到了 `v4`。
  • Loading branch information
bit365 committed Nov 24, 2024
1 parent a0a580e commit 5b25028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
working-directory: ${{ env.PROJECT_DIR }}

- name: Upload NuGet package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: nuget-package
path: ${{ env.PROJECT_DIR }}/nupkg/*.nupkg
Expand Down

0 comments on commit 5b25028

Please sign in to comment.