Skip to content

Commit 2eedfcd

Browse files
authored
Update publish-release.yml
1 parent 2f276d8 commit 2eedfcd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
dotnet build --configuration Release
4444
dotnet pack --configuration Release --output nupkg -p:Version='${{ steps.gitversion.outputs.SemVer }}'
4545
- name: Upload NuGet package to GitHub
46-
uses: actions/upload-artifact@v2
46+
uses: actions/upload-artifact@v4
4747
with:
4848
name: nupkg
4949
path: Sources/TelegramBot/nupkg
@@ -56,7 +56,7 @@ jobs:
5656
steps:
5757
#Push NuGet package to GitHub packages
5858
- name: Download nuget package artifact
59-
uses: actions/download-artifact@v1.0.0
59+
uses: actions/download-artifact@v4.0.0
6060
with:
6161
name: nupkg
6262
- name: Prep packages

0 commit comments

Comments
 (0)