Skip to content

Commit

Permalink
ci: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Mar 31, 2024
1 parent 000fafc commit 000e4c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
nextRelease: ${{ steps.version.outputs.nextRelease }}

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

- name: Determine next release version
uses: nordicsemiconductor/cloud-get-next-version-action@saga
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- thingy91x.low-power.wifi

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: firmware
submodules: recursive
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
cp firmware/build/zephyr/zephyr.elf ./
cp firmware/build/zephyr/.config ./
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name:
Expand Down Expand Up @@ -270,11 +270,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

- uses: actions/download-artifact@v3

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "20.x"
cache: "npm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/synchronize-from-upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
synchronize:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Update from upstream
run: git submodule update --remote
Expand Down

0 comments on commit 000e4c3

Please sign in to comment.