diff --git a/.github/workflows/addon-integration-test.yml b/.github/workflows/addon-integration-test.yml index 58bcc4d7..b565f8df 100644 --- a/.github/workflows/addon-integration-test.yml +++ b/.github/workflows/addon-integration-test.yml @@ -251,17 +251,17 @@ jobs: - name: Upload Cypress screenshots if: always() continue-on-error: true - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 - with: - name: cypress-screenshots-${{ inputs.addon-slug }} - path: | - core/tests/e2e/cypress/screenshots - addon/tests/e2e/cypress/screenshots + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + with: + name: cypress-screenshots-${{ inputs.addon-slug }} + path: | + core/tests/e2e/cypress/screenshots + addon/tests/e2e/cypress/screenshots - - name: Upload Cypress videos - if: always() - continue-on-error: true - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + - name: Upload Cypress videos + if: always() + continue-on-error: true + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 with: name: cypress-videos-${{ inputs.addon-slug }} path: | diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 70e27b70..8b9d6d82 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -245,15 +245,15 @@ jobs: - name: Upload Cypress screenshots if: always() continue-on-error: true - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 - with: - name: cypress-screenshots-${{ matrix.php }}-${{ matrix.browser }} - path: tests/e2e/cypress/screenshots - - - name: Upload Cypress videos - if: always() - continue-on-error: true - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + with: + name: cypress-screenshots-${{ matrix.php }}-${{ matrix.browser }} + path: tests/e2e/cypress/screenshots + + - name: Upload Cypress videos + if: always() + continue-on-error: true + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 with: name: cypress-videos-${{ matrix.php }}-${{ matrix.browser }} path: tests/e2e/cypress/videos diff --git a/.github/workflows/pr-build-test.yml b/.github/workflows/pr-build-test.yml index 8115aa75..2befabe4 100644 --- a/.github/workflows/pr-build-test.yml +++ b/.github/workflows/pr-build-test.yml @@ -64,7 +64,7 @@ jobs: echo "Prepared artifact: $PLUGIN_DIR as $ARCHIVE_NAME" - name: Upload build artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 with: name: ${{ steps.artifact.outputs.name }} path: ${{ steps.artifact.outputs.path }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81052f1b..625a01e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,7 +92,7 @@ jobs: mv ultimate-multisite.zip build/ultimate-multisite-${{ env.VERSION }}.zip - name: Upload build artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 with: name: ultimate-multisite-zip path: build/ultimate-multisite-${{ env.VERSION }}.zip @@ -100,7 +100,9 @@ jobs: - name: Create Release id: create_release - uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1 + uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2 + env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true with: files: | build/ultimate-multisite-${{ env.VERSION }}.zip @@ -145,7 +147,7 @@ jobs: echo "VERSION=$VERSION" >> $GITHUB_ENV - name: Download build artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: ultimate-multisite-zip path: build/ diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1395783a..acd93048 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -355,7 +355,7 @@ jobs: - name: Upload performance results if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 with: name: performance-results-${{ github.run_number }} path: |