Skip to content

Commit f2a8b55

Browse files
chore: bump upload artifact
1 parent d535186 commit f2a8b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: sudo bash build.sh -s ${{ matrix.suite }} -v ${{ matrix.variant }} -a ${{ matrix.architecture }}
4747

4848
- name: ⬆️ Upload Tarballs
49-
uses: actions/upload-artifact@v3
49+
uses: actions/upload-artifact@v4.5.0
5050
with:
5151
name: ${{ matrix.suite }}-${{ matrix.architecture }}-tarballs
5252
path: fs-cook/out/${{ matrix.suite }}-${{ matrix.variant }}-**.tar.gz

0 commit comments

Comments
 (0)