diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index a8fafc32cfa..d7b1c295630 100644 --- a/.github/workflows/nightly-build.yml +++ b/.github/workflows/nightly-build.yml @@ -98,7 +98,7 @@ jobs: runs-on: custom-linux steps: - name: Collect jobs status - uses: technote-space/workflow-conclusion-action@v2 + uses: technote-space/workflow-conclusion-action@v3 - name: Check out repository code uses: actions/checkout@v4 - name: install npm diff --git a/.github/workflows/nightly-nym-wallet-build.yml b/.github/workflows/nightly-nym-wallet-build.yml index 21e13d2c216..232a1273eff 100644 --- a/.github/workflows/nightly-nym-wallet-build.yml +++ b/.github/workflows/nightly-nym-wallet-build.yml @@ -61,7 +61,7 @@ jobs: runs-on: custom-linux steps: - name: Collect jobs status - uses: technote-space/workflow-conclusion-action@v2 + uses: technote-space/workflow-conclusion-action@v3 - name: Check out repository code uses: actions/checkout@v4 - name: install npm