Skip to content

Commit 7dccac6

Browse files
chore(ci): bump artifact actions
1 parent d6e34ff commit 7dccac6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
shell: bash
5757
- name: Upload coverage artifact
5858
if: success()
59-
uses: actions/upload-artifact@v4
59+
uses: actions/upload-artifact@v6
6060
with:
6161
name: coverage-${{ matrix.os }}-julia-${{ matrix.julia-version }}
6262
path: lcov.info
@@ -93,7 +93,7 @@ jobs:
9393
shell: bash
9494
- name: Upload coverage artifact
9595
if: steps.run-tests.outcome == 'success'
96-
uses: actions/upload-artifact@v4
96+
uses: actions/upload-artifact@v6
9797
with:
9898
name: coverage-${{ matrix.test_name }}-${{ matrix.os }}-julia-${{ matrix.julia-version }}
9999
path: lcov.info
@@ -107,7 +107,7 @@ jobs:
107107
- additional_tests
108108
steps:
109109
- name: Download coverage artifacts
110-
uses: actions/download-artifact@v4
110+
uses: actions/download-artifact@v7
111111
with:
112112
pattern: coverage-*
113113
path: coverage

0 commit comments

Comments
 (0)