Skip to content

Commit

Permalink
Update Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
chase535 authored Dec 15, 2023
1 parent 5182d78 commit ddf9740
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
uses: actions/checkout@v4
- name: Install tools
run: |
sudo apt-get update
Expand All @@ -42,7 +42,7 @@ jobs:
cp -f ${{ github.workspace }}/README.md ${{ github.workspace }}/LICENSE ${{ github.workspace }}/module
cp -f ${{ github.workspace }}/build/accurate_battery ${{ github.workspace }}/module/common
- name : Zip and upload module
uses: actions/upload-artifact@main
uses: actions/upload-artifact@v4
with:
name: accurate_battery
path: ${{ github.workspace }}/module/*
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
uses: actions/checkout@v4
- name: Install tools
run: |
sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-gitee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install tools
Expand Down

0 comments on commit ddf9740

Please sign in to comment.