diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 488b1de..7251da4 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -55,7 +55,7 @@ jobs: run: dotnet pack src/GitHubActionsDotNet/GitHubActionsDotNet.csproj -c Release --nologo --include-symbols -p:Version='${{ steps.gitversion.outputs.SemVer }}' - name: Upload nuget package back to GitHub - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: runner.OS == 'Linux' #Only pack the Linux nuget package with: name: nugetPackage