Skip to content

Commit ad93275

Browse files
andrewbirdPerditionC
authored andcommitted
CI: Update std actions to avoid node version warnings
1 parent 63e6d1e commit ad93275

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-20.04
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020

2121
- name: Package install
2222
run: |
@@ -42,7 +42,7 @@ jobs:
4242
- name: upload
4343
if: github.repository == 'FDOS/freecom' &&
4444
(github.event_name == 'push' || github.event.pull_request.merged == true)
45-
uses: actions/upload-artifact@v2
45+
uses: actions/upload-artifact@v3
4646
with:
4747
name: ${{ steps.snapshotname.outputs.fname }}
4848
path: _output

0 commit comments

Comments
 (0)