diff --git a/.github/workflows/ci-dev.yml b/.github/workflows/ci-dev.yml index f99d8a4d..9eeb7aae 100644 --- a/.github/workflows/ci-dev.yml +++ b/.github/workflows/ci-dev.yml @@ -51,7 +51,7 @@ jobs: node ./reportConverter.js - name: Upload Artifact - uses: actions/upload-artifact@v3.1.3 + uses: actions/upload-artifact@v4.0.0 if: always() with: name: results.json diff --git a/.github/workflows/ci-prod.yml b/.github/workflows/ci-prod.yml index 28318c53..d64d8da5 100644 --- a/.github/workflows/ci-prod.yml +++ b/.github/workflows/ci-prod.yml @@ -55,7 +55,7 @@ jobs: node ./reportConverter.js - name: Upload Artifact - uses: actions/upload-artifact@v3.1.3 + uses: actions/upload-artifact@v4.0.0 if: always() with: name: results.json