Skip to content

Commit 362927e

Browse files
authored
Update github actions
1 parent 4310ade commit 362927e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
steps:
1212
- name: Checkout PicoRVD
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v6
1414
with:
1515
path: PicoRVD
1616

1717
- name: Checkout pico-sdk/1.5.1
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v6
1919
with:
2020
repository: raspberrypi/pico-sdk
2121
ref: 1.5.1
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Upload UF2 File
6767
if: ${{ matrix.os == 'ubuntu-latest' }}
68-
uses: actions/upload-artifact@v3
68+
uses: actions/upload-artifact@v6
6969
with:
7070
name: PicoRVD.uf2
7171
path: ${{github.workspace}}/PicoRVD/bin/picorvd.uf2

0 commit comments

Comments
 (0)