Skip to content

Commit 9775544

Browse files
Merge pull request #23 from bioio-devs/dependabot/github_actions/actions/upload-artifact-6
ci(dependabot): bump actions/upload-artifact from 5 to 6
2 parents 4826f91 + 81def25 commit 9775544

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- name: Run Performance Benchmark
111111
run: just benchmark
112112
- name: Upload Performance Results
113-
uses: actions/upload-artifact@v5
113+
uses: actions/upload-artifact@v6
114114
with:
115115
path: "output.csv"
116116
if-no-files-found: error

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Run Performance Benchmark
3131
run: just benchmark
3232
- name: Upload Performance Results
33-
uses: actions/upload-artifact@v5
33+
uses: actions/upload-artifact@v6
3434
with:
3535
path: "output.csv"
3636
if-no-files-found: error

0 commit comments

Comments
 (0)