Skip to content

Commit

Permalink
chore: bump upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
SaicharanKandukuri committed Dec 19, 2024
1 parent d535186 commit f2a8b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: sudo bash build.sh -s ${{ matrix.suite }} -v ${{ matrix.variant }} -a ${{ matrix.architecture }}

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

0 comments on commit f2a8b55

Please sign in to comment.