Skip to content

Commit

Permalink
Update cmake-multiple-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qubka authored Sep 20, 2024
1 parent 6c74aa5 commit a95467b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cmake-multiple-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
echo>>"%GITHUB_ENV%" %%a=%%b
)
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: "recursive"

Expand Down Expand Up @@ -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"

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a95467b

Please sign in to comment.