Skip to content

Commit feba74b

Browse files
authored
Merge pull request #141 from Tuntii/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 4 to 7
2 parents ca85b2d + 6a86b88 commit feba74b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: cargo run -p rustapi-core --example perf_snapshot --release | tee perf_snapshot.txt
3333

3434
- name: Upload Benchmark Results
35-
uses: actions/upload-artifact@v4
35+
uses: actions/upload-artifact@v7
3636
with:
3737
name: benchmark-results
3838
path: |

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
run: cargo tarpaulin --workspace --out Html --output-dir coverage
190190

191191
- name: Upload coverage report
192-
uses: actions/upload-artifact@v4
192+
uses: actions/upload-artifact@v7
193193
with:
194194
name: coverage-report
195195
path: coverage/tarpaulin-report.html

0 commit comments

Comments
 (0)