diff --git a/.github/workflows/build-ci.yml b/.github/workflows/build-ci.yml index e5de03b..b0ef4b4 100644 --- a/.github/workflows/build-ci.yml +++ b/.github/workflows/build-ci.yml @@ -28,7 +28,7 @@ jobs: - name: Test E2E run: dotnet test ./src/tests/SoloX.CodeQuality.Playwright.E2ETest --configuration Release --no-restore --no-build - name: Upload Packages - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: 'NugetPackages' path: 'src/libs/**/*.nupkg'