diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 366e99e8..6bb88b98 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -47,7 +47,7 @@ jobs: run: bake-it/bake run --build-version 0.22.$GITHUB_RUN_NUMBER - name: Upload test results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: success() || failure() with: name: test-results diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a3c2ab4..6b3aae47 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: run: bake-it/bake run --convention=Release --build-version 0.22.$GITHUB_RUN_NUMBER --destination="nuget>github,nuget,release>github" - name: Upload test results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: success() || failure() with: name: test-results