Skip to content

Commit

Permalink
Merge pull request #1015 from bader/main
Browse files Browse the repository at this point in the history
Uplift GitHub Action upload-artifact version.
  • Loading branch information
bader authored Jan 9, 2025
2 parents b9cc217 + f9b47d5 commit 06a89a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cts_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
sort --numeric-sort --reverse --output=build_times.log build_times.log
echo "Total time: $( date --date=@$ELAPSED --utc '+%-Hh %-Mm %-Ss' )" >> build_times.log
- name: Upload build times artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-times-${{ matrix.sycl-impl }}
path: ${{ env.container-workspace }}/build/build_times.log
Expand Down

0 comments on commit 06a89a2

Please sign in to comment.