Skip to content

Commit 2fb5b87

Browse files
authored
Update GitHub actions to use node16
Several actions were pinned to v2 rather than v3 and thus used node12 NOT node16
1 parent 5bf154e commit 2fb5b87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-glibc-and-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: "Checkout source code"
29-
uses: "actions/checkout@v2.3.4"
29+
uses: "actions/checkout@v3"
3030

3131
- name: "Build"
3232
shell: bash
@@ -49,7 +49,7 @@ jobs:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050

5151
- name: Upload artifacts
52-
uses: actions/upload-artifact@v2
52+
uses: actions/upload-artifact@v3
5353
with:
5454
path: |
5555
build/*

0 commit comments

Comments
 (0)