diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f1a851f9d..ed24dc9d9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -121,7 +121,7 @@ jobs: overwrite: true - name: Run update tasks on files.magerun.net - uses: appleboy/ssh-action@v1.1.0 + uses: appleboy/ssh-action@v1.2.0 with: host: ${{ secrets.SSH_DEPLOY_HOST }} username: ${{ secrets.SSH_DEPLOY_USERNAME }} diff --git a/.github/workflows/test-magento-open-source.yml b/.github/workflows/test-magento-open-source.yml index 5755bb0d6..f393f8c2b 100644 --- a/.github/workflows/test-magento-open-source.yml +++ b/.github/workflows/test-magento-open-source.yml @@ -73,7 +73,7 @@ jobs: COMPOSER_VENDOR_PATH : "${{ github.workspace }}/magento/vendor" - name: Report coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./build/coverage/clover.xml # Or your specific coverage file diff --git a/.github/workflows/test-openmage-20.0.yml b/.github/workflows/test-openmage-20.0.yml index c58ee3419..323356871 100644 --- a/.github/workflows/test-openmage-20.0.yml +++ b/.github/workflows/test-openmage-20.0.yml @@ -80,7 +80,7 @@ jobs: COMPOSER_VENDOR_PATH : "${{ github.workspace }}/magento/vendor" - name: Report coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./build/coverage/clover.xml diff --git a/.github/workflows/test-openmage-20.1.yml b/.github/workflows/test-openmage-20.1.yml index 7eb66e73f..dfef9d51f 100644 --- a/.github/workflows/test-openmage-20.1.yml +++ b/.github/workflows/test-openmage-20.1.yml @@ -84,7 +84,7 @@ jobs: continue-on-error: true - name: Report coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./build/coverage/clover.xml diff --git a/.github/workflows/test-openmage-20.10.yml b/.github/workflows/test-openmage-20.10.yml index 31fff1850..5fc8e380c 100644 --- a/.github/workflows/test-openmage-20.10.yml +++ b/.github/workflows/test-openmage-20.10.yml @@ -81,7 +81,7 @@ jobs: COMPOSER_VENDOR_PATH : "${{ github.workspace }}/magento/vendor" - name: Report coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./build/coverage/clover.xml