We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d535186 commit f2a8b55Copy full SHA for f2a8b55
.github/workflows/build-and-release.yml
@@ -46,7 +46,7 @@ jobs:
46
run: sudo bash build.sh -s ${{ matrix.suite }} -v ${{ matrix.variant }} -a ${{ matrix.architecture }}
47
48
- name: ⬆️ Upload Tarballs
49
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4.5.0
50
with:
51
name: ${{ matrix.suite }}-${{ matrix.architecture }}-tarballs
52
path: fs-cook/out/${{ matrix.suite }}-${{ matrix.variant }}-**.tar.gz
0 commit comments