Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero authored Jan 8, 2025
1 parent c300c33 commit c6c1b35
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 @@ -14,7 +14,7 @@ jobs:
os: [macos-latest, ubuntu-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install Ubuntu requirements
if: matrix.os == 'ubuntu-latest'
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
tears2-checksum-fixer/tears2-checksum-fixer \
toz-checksum-fixer/toz-checksum-fixer
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: build-${{ steps.slug.outputs.sha8 }}-${{matrix.os}}
path: build.tar.gz

0 comments on commit c6c1b35

Please sign in to comment.