Skip to content

Commit b8f1334

Browse files
authored
Update ant.yml
1 parent 3871c9e commit b8f1334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Generate Checksums (For Artifacts)
3333
run: find ./build/ -type f -exec sha256sum {} \; > ./build/sha256sums.txt
3434
- name: Upload a Build Artifact
35-
uses: actions/upload-artifact@v3.1.3
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: Satochip-DIY-Applets
3838
path: ./build/

0 commit comments

Comments
 (0)