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