Skip to content

Commit

Permalink
bump upload-artifacts to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
gamcil authored Sep 4, 2024
1 parent b154661 commit 6b4f6c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
${{ github.workspace }}/regression/run_regression.sh ${{ github.workspace }}/build/foldmason ${{ github.workspace }}/scratch
- name: Upload MacOS Universal
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: foldmason-darwin-universal
path: ${{ github.workspace }}/build/foldmason
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Upload Linux
if: matrix.STATIC == 1
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: foldmason-linux-${{ matrix.SIMD }}
path: build/src/foldmason
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
make -j $(nproc --all)
- name: Upload Linux Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: foldmason-linux-${{ matrix.SIMD }}
path: build/src/foldmason
Expand Down

0 comments on commit 6b4f6c0

Please sign in to comment.