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 2f276d8 commit 2eedfcdCopy full SHA for 2eedfcd
1 file changed
.github/workflows/publish-release.yml
@@ -43,7 +43,7 @@ jobs:
43
dotnet build --configuration Release
44
dotnet pack --configuration Release --output nupkg -p:Version='${{ steps.gitversion.outputs.SemVer }}'
45
- name: Upload NuGet package to GitHub
46
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
47
with:
48
name: nupkg
49
path: Sources/TelegramBot/nupkg
@@ -56,7 +56,7 @@ jobs:
56
steps:
57
#Push NuGet package to GitHub packages
58
- name: Download nuget package artifact
59
- uses: actions/download-artifact@v1.0.0
+ uses: actions/download-artifact@v4.0.0
60
61
62
- name: Prep packages
0 commit comments