Skip to content

Commit

Permalink
CI: Update std actions to avoid node version warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbird authored and PerditionC committed Oct 28, 2022
1 parent 63e6d1e commit ad93275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

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

0 comments on commit ad93275

Please sign in to comment.