diff --git a/.github/workflows/publish-preview.yml b/.github/workflows/publish-preview.yml index 597f96c..62959e0 100644 --- a/.github/workflows/publish-preview.yml +++ b/.github/workflows/publish-preview.yml @@ -39,7 +39,7 @@ jobs: working-directory: src run: dotnet pack --no-restore -c Release -o out - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Nuget packages path: | diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index f01b859..79afe57 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -33,7 +33,7 @@ jobs: working-directory: src run: dotnet pack --no-restore --no-build -c Release -o out - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Nuget packages path: |