Skip to content

Commit 2d6ff6a

Browse files
authored
Merge pull request #164 from iNavFlight/update_gh_workflows
update GH workflows
2 parents 211789d + b0d2043 commit 2d6ff6a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
- name: Install dependencies
1313
run: sudo apt-get update && sudo apt-get -y install zip build-essential
1414
- name: Setup environment
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build dist
2929
run: make dist
3030
- name: Upload artifacts
31-
uses: actions/upload-artifact@v2-preview
31+
uses: actions/upload-artifact@v4
3232
with:
3333
name: ${{ env.BUILD_NAME }}.zip
3434
path: ./dist/*.zip

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
publish:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
- name: Install dependencies
1313
run: sudo apt-get update && sudo apt-get -y install zip build-essential
1414
- name: Build dist

0 commit comments

Comments
 (0)