diff --git a/.github/workflows/ci-dev.yml b/.github/workflows/ci-dev.yml index 737dab10..adb48bef 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@v4.3.4 + uses: actions/upload-artifact@v4.3.5 if: always() with: name: results.json diff --git a/.github/workflows/ci-prod.yml b/.github/workflows/ci-prod.yml index f22e26da..f52c355f 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@v4.3.4 + uses: actions/upload-artifact@v4.3.5 if: always() with: name: results.json