Skip to content

Commit 49f6974

Browse files
authored
Merge pull request #519 from MilesCranmer/dependabot/github_actions/actions/upload-artifact-5
chore(deps): bump actions/upload-artifact from 4 to 5
2 parents cae5995 + 88ab3cb commit 49f6974

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
safe_group="${group//\//-}"
7575
echo "group=$safe_group" >> "$GITHUB_OUTPUT"
7676
- name: "Upload coverage artifacts"
77-
uses: actions/upload-artifact@v4
77+
uses: actions/upload-artifact@v5
7878
with:
7979
name: coverage-unit-${{ steps.sanitize_unit_group.outputs.group }}-${{ matrix.julia-version }}-${{ matrix.os }}
8080
path: lcov.info
@@ -132,7 +132,7 @@ jobs:
132132
julia --color=yes coverage.jl
133133
shell: bash
134134
- name: "Upload coverage artifacts"
135-
uses: actions/upload-artifact@v4
135+
uses: actions/upload-artifact@v5
136136
with:
137137
name: coverage-integration-${{ steps.sanitize_integration_group.outputs.group }}-${{ matrix.julia-version }}
138138
path: lcov.info

0 commit comments

Comments
 (0)