From b4cf7a76d325655568e29b08c49295e49a30b183 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 10:10:16 +0000 Subject: [PATCH] chore: Update actions/upload-artifact action to v3 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a49ede5..071a75b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: dotnet run --configuration Release - name: Archive doc generation - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: documentation-output path: docs/output/ @@ -99,7 +99,7 @@ jobs: - name: Upload Verify Test Results if: failure() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: verify-test-results path: |