Skip to content

Commit 1f15af0

Browse files
committed
Update github actions to fix deprecation warnings
1 parent 9f4301c commit 1f15af0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
git config --global core.eol lf
3232
3333
- name: Checkout
34-
uses: actions/checkout@v3
34+
uses: actions/checkout@v4
3535
with:
3636
submodules: true
3737

3838
- name: Use Node.js 16
39-
uses: actions/setup-node@v3
39+
uses: actions/setup-node@v4
4040
with:
4141
node-version: 16
4242

@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: (release only) Upload artifact ${{ matrix.os }}
6868
if: github.event_name != 'pull_request'
69-
uses: actions/upload-artifact@v2
69+
uses: actions/upload-artifact@v4
7070
with:
7171
name: ${{ steps.get_artifact.outputs.artifact_name }}
7272
path: ${{ steps.get_artifact.outputs.exe_name }}

0 commit comments

Comments
 (0)