diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a914209..76134a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: - name: Create artifacts directory run: New-Item -ItemType Directory -Force -Path artifacts - run: ./build.ps1 -Version ${{ needs.compute_version.outputs.package_version }} - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: nuget if-no-files-found: error @@ -111,7 +111,7 @@ jobs: CI: true NUGET_DIRECTORY: ${{ env.NUGET_DIRECTORY }} PACKAGE_VERSION: ${{ needs.compute_version.outputs.package_version }} - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: always() with: name: test_results_${{ matrix.runs-on }}