diff --git a/.github/workflows/ci-dev.yml b/.github/workflows/ci-dev.yml index 5f88be85..7f2ddbd6 100644 --- a/.github/workflows/ci-dev.yml +++ b/.github/workflows/ci-dev.yml @@ -44,7 +44,7 @@ jobs: node ./reportConverter.js - name: Upload Artifact - uses: actions/upload-artifact@v3.1.1 + uses: actions/upload-artifact@v3.1.2 if: always() with: name: results.json diff --git a/.github/workflows/ci-prod.yml b/.github/workflows/ci-prod.yml index 2c8512aa..b0acfc59 100644 --- a/.github/workflows/ci-prod.yml +++ b/.github/workflows/ci-prod.yml @@ -48,7 +48,7 @@ jobs: node ./reportConverter.js - name: Upload Artifact - uses: actions/upload-artifact@v3.1.1 + uses: actions/upload-artifact@v3.1.2 if: always() with: name: results.json