Skip to content

Commit

Permalink
Update action steps to latest to fix Node.js deprecation warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao committed Mar 8, 2023
1 parent f9f9e9c commit 7d6decd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/llvm-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v3.x
uses: rlespinasse/github-slug-action@v4

- name: Check out
shell: cmd
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
working-directory: C:\CppSharp

- name: 'Upload Artifact'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: llvm
path: C:\CppSharp\build\llvm\llvm-*-*.*
4 changes: 2 additions & 2 deletions .github/workflows/llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: lukka/get-cmake@latest

- name: Clone LLVM
Expand All @@ -38,7 +38,7 @@ jobs:
run: build/build.sh package_llvm -platform $PLATFORM

- name: 'Upload Artifact'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: llvm
path: build/llvm/llvm-*-*.*

0 comments on commit 7d6decd

Please sign in to comment.