Skip to content

Commit

Permalink
all-repos: update actions/upload-artifact to v4 (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuarli authored Jul 30, 2024
1 parent 996b045 commit c2d9409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-build-speed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
./benchmark-build-speed.sh
- name: Upload results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ github.sha }}
path: ${{ github.workspace }}/scripts/benchmark/results/
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
make all
- name: Archive artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ github.sha }}
path: |
Expand Down

0 comments on commit c2d9409

Please sign in to comment.