Skip to content

Commit

Permalink
chore: upgrade actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng committed Jan 23, 2025
1 parent a65da1d commit 48a62ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
shacmd: 'sha512sum'
- os: macosx
runner: macos-14
os-cmake-args: '-DCMAKE_CXX_FLAGS="-static-libgcc -static-libstdc++ -flto -ffunction-sections -fdata-sections" -DCMAKE_OSX_DEPLOYMENT_TARGET=11 ${MACOS_CMAKE_ARGS} -DCMAKE_EXE_LINKER_FLAGS="--gc-sections"'
os-cmake-args: '-DCMAKE_CXX_FLAGS="-static-libgcc -static-libstdc++ -flto -ffunction-sections -fdata-sections" -DCMAKE_OSX_DEPLOYMENT_TARGET=11 ${MACOS_CMAKE_ARGS}'
build-args: '-j$(sysctl -n hw.ncpu)'
bindir: '/build/bin'
dotexe: ''
Expand Down Expand Up @@ -173,9 +173,9 @@ jobs:
cat clang-apply-replacements-${{ env.suffix }}.sha512sum
- name: upload artifacts
if: ${{ github.actor != 'dependabot[bot]' }} || github.event_name != 'pull_request'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: clang-tools
name: clang-tools-${{ matrix.release }}-${{ env.suffix }}
path: "${{ matrix.release }}${{ matrix.bindir }}/clang-*-${{ env.suffix }}*"
retention-days: 1
draft-release:
Expand Down

0 comments on commit 48a62ea

Please sign in to comment.