Skip to content

Commit cd70f8a

Browse files
authored
Update build.yml
1 parent 895a458 commit cd70f8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ jobs:
5050
make clean && make
5151
5252
- name: Upload a Build Artifact
53-
uses: actions/upload-artifact@v3
53+
uses: actions/upload-artifact@v4
5454
with:
5555
name: stackplz_arm
5656
path: bin/stackplz_arm
5757

5858
- name: Upload a Build Artifact
59-
uses: actions/upload-artifact@v3
59+
uses: actions/upload-artifact@v4
6060
with:
6161
name: stackplz_arm64
6262
path: bin/stackplz_arm64

0 commit comments

Comments
 (0)