diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 760ae8e76d..0bc3da0bee 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -128,7 +128,7 @@ jobs: - run: npm run ci:unit:exunit - name: Upload coverage artifact if: ${{ always() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: Elixir test coverage report path: cover/ diff --git a/.github/workflows/use-deploy-ecs.yml b/.github/workflows/use-deploy-ecs.yml index 1b3cedc7d1..a7981e33df 100644 --- a/.github/workflows/use-deploy-ecs.yml +++ b/.github/workflows/use-deploy-ecs.yml @@ -132,7 +132,7 @@ jobs: CI: true HOME: /root HOST: ${{ needs.deploy.outputs.deployment-host }} - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: failure() with: name: smoke-test-report-${{ github.event.deployment_status.environment }}-${{ github.sha }} @@ -161,7 +161,7 @@ jobs: CI: true HOME: /root HOST: ${{ needs.deploy.outputs.deployment-host }} - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: failure() with: name: critical-user-journey-report-${{ github.event.deployment_status.environment }}-${{ github.sha }}