Skip to content

Commit 48e6448

Browse files
ci: bump checkout and upload-artifact to v5
Silences the Node 20 deprecation annotation on every run.
1 parent 31640d0 commit 48e6448

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/sim.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
with:
2727
path: zephyrtastic
2828

@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Upload twister report
4242
if: always()
43-
uses: actions/upload-artifact@v4
43+
uses: actions/upload-artifact@v5
4444
with:
4545
name: twister-out
4646
path: |

.github/workflows/vectors-drift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828
with:
2929
path: zephyrtastic
3030

3131
# Only src/mesh sources and the generated protobuf headers are read, so
3232
# a shallow clone is enough. No submodules are needed.
3333
- name: Checkout upstream firmware
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
with:
3636
repository: meshtastic/firmware
3737
path: firmware

0 commit comments

Comments
 (0)