Skip to content

Commit 04f5400

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/upload-artifact-4'
2 parents feabc9e + 8d05ef7 commit 04f5400

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
alert-comment-cc-users: '@maintainers'
6161

6262
- name: Upload benchmark reports
63-
uses: actions/upload-artifact@v3
63+
uses: actions/upload-artifact@v4
6464
with:
6565
name: benchmark-reports
6666
path: |
@@ -188,7 +188,7 @@ jobs:
188188
# Add memory usage statistics here when we have specific binaries
189189
190190
- name: Upload memory profiling report
191-
uses: actions/upload-artifact@v3
191+
uses: actions/upload-artifact@v4
192192
with:
193193
name: memory-profiling-report
194194
path: memory_report.md

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
run: cargo test --workspace --release
158158

159159
- name: Upload build artifacts
160-
uses: actions/upload-artifact@v3
160+
uses: actions/upload-artifact@v4
161161
with:
162162
name: release-build
163163
path: |

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ jobs:
380380
EOF
381381
382382
- name: Upload documentation artifacts
383-
uses: actions/upload-artifact@v3
383+
uses: actions/upload-artifact@v4
384384
with:
385385
name: documentation
386386
path: target/final-docs/

.github/workflows/nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
echo '```' >> performance_report.md
146146
147147
- name: Upload performance report
148-
uses: actions/upload-artifact@v3
148+
uses: actions/upload-artifact@v4
149149
with:
150150
name: nightly-performance-report
151151
path: |
@@ -199,7 +199,7 @@ jobs:
199199
echo '```' >> memory_leak_report.md
200200
201201
- name: Upload memory leak report
202-
uses: actions/upload-artifact@v3
202+
uses: actions/upload-artifact@v4
203203
with:
204204
name: memory-leak-report
205205
path: memory_leak_report.md
@@ -252,7 +252,7 @@ jobs:
252252
echo '```' >> dependency_audit.md
253253
254254
- name: Upload dependency audit
255-
uses: actions/upload-artifact@v3
255+
uses: actions/upload-artifact@v4
256256
with:
257257
name: comprehensive-dependency-audit
258258
path: dependency_audit.md

.github/workflows/performance-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ jobs:
278278
echo "performance_report_created=true" >> $GITHUB_OUTPUT
279279
280280
- name: Upload performance artifacts
281-
uses: actions/upload-artifact@v3
281+
uses: actions/upload-artifact@v4
282282
with:
283283
name: performance-results-${{ github.sha }}
284284
path: |

.github/workflows/security.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
fi
6565
6666
- name: Upload audit results
67-
uses: actions/upload-artifact@v3
67+
uses: actions/upload-artifact@v4
6868
with:
6969
name: security-audit-results
7070
path: |
@@ -157,7 +157,7 @@ jobs:
157157
echo '```' >> outdated-report.md
158158
159159
- name: Upload dependency reports
160-
uses: actions/upload-artifact@v3
160+
uses: actions/upload-artifact@v4
161161
with:
162162
name: dependency-reports
163163
path: |
@@ -190,7 +190,7 @@ jobs:
190190
echo '```' >> supply-chain-report.md
191191
192192
- name: Upload supply chain analysis
193-
uses: actions/upload-artifact@v3
193+
uses: actions/upload-artifact@v4
194194
with:
195195
name: supply-chain-analysis
196196
path: supply-chain-report.md

0 commit comments

Comments
 (0)