File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ jobs:
210
210
run : dotnet nuget push "pack/*.nupkg" -k ${GITHUB_TOKEN} -s https://nuget.pkg.github.com/commercetools/index.json --skip-duplicate --no-symbols
211
211
env :
212
212
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
213
- - uses : actions/upload-artifact@v2
213
+ - uses : actions/upload-artifact@v4
214
214
with :
215
215
name : commercetools.Sdkv2.0.1.0-alpha-${{ github.run_number }}
216
216
path : pack
Original file line number Diff line number Diff line change 75
75
run : dotnet nuget push "pack/*.nupkg" -k ${GITHUB_TOKEN} -s https://nuget.pkg.github.com/commercetools/index.json --skip-duplicate --no-symbols
76
76
env :
77
77
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
78
- - uses : actions/upload-artifact@v2
78
+ - uses : actions/upload-artifact@v4
79
79
with :
80
80
name : commercetools.Sdkv2.${{ steps.branch_name.outputs.SOURCE_TAG }}
81
81
path : pack
You can’t perform that action at this time.
0 commit comments