diff --git a/.github/workflows/cmake-multiple-platform.yml b/.github/workflows/cmake-multiple-platform.yml index ddb5f29..12fd50a 100644 --- a/.github/workflows/cmake-multiple-platform.yml +++ b/.github/workflows/cmake-multiple-platform.yml @@ -51,7 +51,7 @@ jobs: echo>>"%GITHUB_ENV%" %%a=%%b ) - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: "recursive" @@ -83,7 +83,7 @@ jobs: shell: bash run: echo "GITHUB_SHA_SHORT=${GITHUB_SHA::7}" >> $GITHUB_ENV - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: "recursive" @@ -124,12 +124,12 @@ jobs: shell: bash run: echo "GITHUB_SHA_SHORT=${GITHUB_SHA::7}" >> $GITHUB_ENV - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: dynhook-build-windows-${{ env.GITHUB_SHA_SHORT }} path: build/windows - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: dynhook-build-linux-${{ env.GITHUB_SHA_SHORT }} path: build/linux @@ -177,7 +177,7 @@ jobs: run: echo "GITHUB_SHA_SHORT=${GITHUB_SHA::7}" >> $GITHUB_ENV - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup python uses: actions/setup-python@v4