Skip to content

Commit

Permalink
.github/workflows: bump actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
joostruis committed Feb 2, 2025
1 parent e216586 commit 596f10e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
sudo -E ./.github/build
ls -liah $PWD/build
sudo chmod -R 777 $PWD/build
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.category }}-${{ matrix.name }}-${{ matrix.version }}.zip
path: |
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
sudo -E ./.github/build
ls -liah $PWD/build
sudo chmod -R 777 $PWD/build
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: arm-${{ matrix.category }}-${{ matrix.name }}-${{ matrix.version }}.zip
path: |
Expand Down

0 comments on commit 596f10e

Please sign in to comment.