Skip to content

Commit 9a575f6

Browse files
committed
Update GitHub Actions to use upload-artifact@v4 for improved artifact handling
1 parent 67255e1 commit 9a575f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ jobs:
4141
if: success()
4242

4343
- name: Upload test coverage
44-
uses: actions/upload-artifact@v3
44+
uses: actions/upload-artifact@v4
4545
with:
4646
name: coverage-report
4747
path: coverage/
4848
if: success()
4949

5050
- name: Upload sample analysis
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: sample-analysis
5454
path: sample-analysis.md

0 commit comments

Comments
 (0)