diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ac331f..6c32a41 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: if: ${{ github.event_name == 'release' && github.ref_type == 'tag' || github.event.release.tag_name }} - name: Store .NET Package - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: nuget if-no-files-found: error