Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit bb2c6ad

Browse files
authored
Merge pull request #179 from commercetools/renovate/actions-upload-artifact-2.x
2 parents 782d973 + f8fcb1b commit bb2c6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
- name: Create the package
185185
run: dotnet pack -c Release -o ../../pack/
186186
working-directory: ./commercetools.Sdk
187-
- uses: actions/upload-artifact@v1
187+
- uses: actions/upload-artifact@v2
188188
with:
189189
name: commercetools.Sdk.1.0.0-alpha-${{ github.run_number }}
190190
path: pack

0 commit comments

Comments
 (0)