diff --git a/.github/workflows/reusable-flake-checks-ci-matrix.yml b/.github/workflows/reusable-flake-checks-ci-matrix.yml index b4d147cb..eb39922b 100644 --- a/.github/workflows/reusable-flake-checks-ci-matrix.yml +++ b/.github/workflows/reusable-flake-checks-ci-matrix.yml @@ -33,7 +33,7 @@ jobs: runs-on: ${{ fromJSON(inputs.runner) }} steps: - name: 'Post initial package status comment' - uses: marocchino/sticky-pull-request-comment@v2.9.3 + uses: marocchino/sticky-pull-request-comment@v2.9.4 with: recreate: true message: | @@ -115,7 +115,7 @@ jobs: matrix: ${{ steps.matrix.outputs.matrix }} fullMatrix: ${{ steps.matrix.outputs.fullMatrix }} steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 - name: Merge matrices run: | # Check if jq is installed