Skip to content

Commit 16a4540

Browse files
authored
Update ci.yml (#363)
* Update ci.yml * Update release.yml
1 parent a82d998 commit 16a4540

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
run: dotnet nuget push "pack/*.nupkg" -k ${GITHUB_TOKEN} -s https://nuget.pkg.github.com/commercetools/index.json --skip-duplicate --no-symbols
211211
env:
212212
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
213-
- uses: actions/upload-artifact@v2
213+
- uses: actions/upload-artifact@v4
214214
with:
215215
name: commercetools.Sdkv2.0.1.0-alpha-${{ github.run_number }}
216216
path: pack

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: dotnet nuget push "pack/*.nupkg" -k ${GITHUB_TOKEN} -s https://nuget.pkg.github.com/commercetools/index.json --skip-duplicate --no-symbols
7676
env:
7777
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
78-
- uses: actions/upload-artifact@v2
78+
- uses: actions/upload-artifact@v4
7979
with:
8080
name: commercetools.Sdkv2.${{ steps.branch_name.outputs.SOURCE_TAG }}
8181
path: pack

0 commit comments

Comments
 (0)