We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3871c9e commit b8f1334Copy full SHA for b8f1334
.github/workflows/ant.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Generate Checksums (For Artifacts)
33
run: find ./build/ -type f -exec sha256sum {} \; > ./build/sha256sums.txt
34
- name: Upload a Build Artifact
35
- uses: actions/upload-artifact@v3.1.3
+ uses: actions/upload-artifact@v4
36
with:
37
name: Satochip-DIY-Applets
38
path: ./build/
0 commit comments