diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ea2b207..857d082 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@v4 + uses: actions/upload-artifact@v5 if: always() with: name: Basic Reports @@ -36,7 +36,7 @@ jobs: critical_threshold: 0 blocker_threshold: 0 - name: Upload Reports - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: always() with: name: Advanced Reports