Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
if: always()
steps:
- name: Download all benchmark results
uses: actions/download-artifact@v6
uses: actions/download-artifact@v8
with:
path: all-results

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
- name: Install Rust
run: rustup update stable --no-self-update && rustup default stable
- name: Install Intel SDE
uses: petarpetrovt/setup-sde@v2.4
uses: petarpetrovt/setup-sde@v3.0
with:
sdeVersion: 9.33.0
environmentVariableName: SDE_PATH
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
- uses: actions/checkout@v6

- name: Download ${{ matrix.label }} report
uses: actions/download-artifact@v6
uses: actions/download-artifact@v8
with:
name: coverage-${{ matrix.label }}
path: coverage/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/loc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
tokeit --lang rust
- name: Upload total loc to GitHub Gist
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
github-token: ${{ secrets.GIST_PAT }}
script: |
Expand Down
Loading
Loading