diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8ade05890e..7fae136c41 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@v5 + uses: actions/upload-artifact@v6 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 14a44198df..a76be108fd 100644 --- a/.github/workflows/use-deploy-ecs.yml +++ b/.github/workflows/use-deploy-ecs.yml @@ -126,7 +126,7 @@ jobs: CI: true HOME: /root HOST: ${{ needs.deploy.outputs.deployment-host }} - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: failure() with: name: smoke-test-report-${{ github.event.deployment_status.environment }}-${{ github.sha }} @@ -155,7 +155,7 @@ jobs: CI: true HOME: /root HOST: ${{ needs.deploy.outputs.deployment-host }} - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: failure() with: name: critical-user-journey-report-${{ github.event.deployment_status.environment }}-${{ github.sha }}