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 dadd054 commit 674ce34Copy full SHA for 674ce34
.github/workflows/build.yml
@@ -66,7 +66,7 @@ jobs:
66
dotnet paket pack --symbols --version $VERSION nupkg
67
- name: Upload Artifact
68
if: matrix.os == 'ubuntu-latest'
69
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
70
with:
71
name: nupkg
72
path: nupkg
@@ -76,7 +76,7 @@ jobs:
76
runs-on: ubuntu-latest
77
steps:
78
- name: Download Artifact
79
- uses: actions/download-artifact@v1
+ uses: actions/download-artifact@v4
80
81
82
- name: Push to GitHub Feed
@@ -96,7 +96,7 @@ jobs:
96
97
dotnet-version: 6.0.100
98
99
100
101
102
0 commit comments