Skip to content

Commit 2ddaeac

Browse files
authored
update workflows to begin using v4 of the artifact actions. (#122)
1 parent 96a1e24 commit 2ddaeac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-classic1s.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
./legacy/script/hash.py -t firmware -f qa/classic1s.*Stable*.bin >> qa/hash.txt
4848
4949
- name: "Upload Artifacts"
50-
uses: actions/upload-artifact@v3
50+
uses: actions/upload-artifact@v4
5151
with:
5252
name: firmware-classic1s-${{ github.sha }}
5353
path: |

0 commit comments

Comments
 (0)