From 40323f688d6f34cb89c1747508132b342aaa38bd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 3 Mar 2022 18:04:51 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v3 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 80ac5b9..34a4f75 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: - name: Basic Test uses: ./ - name: Upload Reports - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: always() with: name: Basic Reports @@ -36,7 +36,7 @@ jobs: critical_threshold: 0 blocker_threshold: 0 - name: Upload Reports - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: always() with: name: Advanced Reports