Skip to content

Commit eda89d1

Browse files
committed
package action v4
1 parent 34c37af commit eda89d1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/actions/dotnet/pack/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ runs:
2525
run: dotnet pack --configuration ${{ inputs.dotnet-build-configuration }} --verbosity normal --no-restore -p:PackageVersion=${{ inputs.release-version }} --output ./packages/release
2626

2727
- name: Upload artifacts
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: packages
3131
path: |
32-
./packages/preview
3332
./packages/release

0 commit comments

Comments
 (0)