diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 67bd455..7857fc1 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -41,7 +41,7 @@ jobs: - name: Pack run: dotnet pack UnlockedData.NoUiSlider.sln --no-build -c Release --output "${{ github.workspace }}/package" - name: Upload Artifacts - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: nuget path: ${{ github.workspace }}/package \ No newline at end of file diff --git a/Directory.build.props b/Directory.build.props index b153595..6d53eb3 100644 --- a/Directory.build.props +++ b/Directory.build.props @@ -13,8 +13,8 @@ - - + + diff --git a/src/UnlockedData.NoUiSlider.csproj b/src/UnlockedData.NoUiSlider.csproj index c84ee14..209483b 100644 --- a/src/UnlockedData.NoUiSlider.csproj +++ b/src/UnlockedData.NoUiSlider.csproj @@ -16,10 +16,10 @@ - - + + - +