Browse Source

Bump GH actions versions to solve warnings

pull/1774/head
Salvage 3 years ago
parent
commit
80297ca965
No known key found for this signature in database
GPG Key ID: 1362C7A680BA7451
  1. 2
      .github/workflows/llvm.yml
  2. 8
      .github/workflows/main.yml

2
.github/workflows/llvm.yml

@ -22,7 +22,7 @@ jobs:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true ACTIONS_ALLOW_UNSECURE_COMMANDS: true
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- uses: lukka/get-cmake@latest - uses: lukka/get-cmake@latest
- name: Clone LLVM - name: Clone LLVM

8
.github/workflows/main.yml

@ -24,7 +24,7 @@ jobs:
DOTNET_CLI_TELEMETRY_OPTOUT: true DOTNET_CLI_TELEMETRY_OPTOUT: true
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
with: with:
fetch-depth: '0' fetch-depth: '0'
@ -63,7 +63,7 @@ jobs:
shell: bash shell: bash
run: build/build.sh prepack -platform $PLATFORM run: build/build.sh prepack -platform $PLATFORM
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v3
with: with:
name: intermediate name: intermediate
path: | path: |
@ -82,7 +82,7 @@ jobs:
DOTNET_CLI_TELEMETRY_OPTOUT: true DOTNET_CLI_TELEMETRY_OPTOUT: true
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
with: with:
fetch-depth: '0' fetch-depth: '0'
@ -102,7 +102,7 @@ jobs:
run: build/build.sh pack run: build/build.sh pack
- name: Upload package - name: Upload package
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3
with: with:
name: CppSharp.nupkg name: CppSharp.nupkg
path: | path: |

Loading…
Cancel
Save