Skip to content

Commit 7d6decd

Browse files
committed
Update action steps to latest to fix Node.js deprecation warnings.
1 parent f9f9e9c commit 7d6decd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/llvm-win.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Inject slug/short variables
26-
uses: rlespinasse/github-slug-action@v3.x
26+
uses: rlespinasse/github-slug-action@v4
2727

2828
- name: Check out
2929
shell: cmd
@@ -60,7 +60,7 @@ jobs:
6060
working-directory: C:\CppSharp
6161

6262
- name: 'Upload Artifact'
63-
uses: actions/upload-artifact@v2
63+
uses: actions/upload-artifact@v3
6464
with:
6565
name: llvm
6666
path: C:\CppSharp\build\llvm\llvm-*-*.*

.github/workflows/llvm.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
2323

2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v3
2626
- uses: lukka/get-cmake@latest
2727

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

4040
- name: 'Upload Artifact'
41-
uses: actions/upload-artifact@v2
41+
uses: actions/upload-artifact@v3
4242
with:
4343
name: llvm
4444
path: build/llvm/llvm-*-*.*

0 commit comments

Comments
 (0)