Skip to content

Commit fb029d3

Browse files
Merge pull request #84 from bioio-devs/dependabot/github_actions/actions/upload-artifact-6
ci(dependabot): bump actions/upload-artifact from 5 to 6
2 parents c33d886 + f7ff7ff commit fb029d3

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
@@ -31,7 +31,7 @@ jobs:
3131
- name: Run Performance Benchmark
3232
run: just benchmark
3333
- name: Upload Performance Results
34-
uses: actions/upload-artifact@v5
34+
uses: actions/upload-artifact@v6
3535
with:
3636
path: "output.csv"
3737
if-no-files-found: error

0 commit comments

Comments
 (0)