We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4310ade commit 362927eCopy full SHA for 362927e
.github/workflows/build.yml
@@ -10,12 +10,12 @@ jobs:
10
runs-on: ${{ matrix.os }}
11
steps:
12
- name: Checkout PicoRVD
13
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
14
with:
15
path: PicoRVD
16
17
- name: Checkout pico-sdk/1.5.1
18
19
20
repository: raspberrypi/pico-sdk
21
ref: 1.5.1
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Upload UF2 File
67
if: ${{ matrix.os == 'ubuntu-latest' }}
68
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v6
69
70
name: PicoRVD.uf2
71
path: ${{github.workspace}}/PicoRVD/bin/picorvd.uf2
0 commit comments