Skip to content

Commit 278c4b4

Browse files
committed
Use actions/upload-artifact@v3
1 parent 253255e commit 278c4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/20_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
cp picocart64_v1/picocart64_v1.uf2 /ci/artifacts/picocart64-v1-ntsc-133MHz.uf2"
9999
100100
- name: Upload PicoCart64 binaries with a bundled test rom to artifacts
101-
uses: actions/upload-artifact@v2
101+
uses: actions/upload-artifact@v3
102102
with:
103103
name: picocart64
104104
path: |

0 commit comments

Comments
 (0)