diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28e096e..b0c920e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: - name: Upload Analysis Reports if: failure() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: analysis-reports path: | @@ -107,7 +107,7 @@ jobs: - name: Upload Test Reports if: failure() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: test-reports path: |