We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f89f1e commit 1f559b2Copy full SHA for 1f559b2
.github/workflows/dotnet-core.yml
@@ -45,7 +45,7 @@ jobs:
45
run: dotnet pack -v normal -c Release --no-restore --include-symbols --include-source -p:SymbolPackageFormat=snupkg -p:PackageVersion=1.0.0-pre+$GITHUB_RUN_ID src/$PROJECT_NAME/$PROJECT_NAME.*proj
46
- name: Upload Artifact
47
if: matrix.os == 'ubuntu-latest'
48
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
49
with:
50
name: nupkg
51
path: ./artifacts/pkg/Release/${{ env.PROJECT_NAME }}.*.nupkg
@@ -55,7 +55,7 @@ jobs:
55
runs-on: ubuntu-latest
56
steps:
57
- name: Download Artifact
58
- uses: actions/download-artifact@v1
+ uses: actions/download-artifact@v4
59
60
61
- name: Push to GitHub Feed
0 commit comments