Skip to content

Commit 4c283d3

Browse files
Merge branch 'main' into dependabot/github_actions/codecov/codecov-action-5.5.2
2 parents b1372d4 + 3f93595 commit 4c283d3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137

138138
- name: Upload PyVista generated images (cache and results)
139139
if: always()
140-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
140+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
141141
with:
142142
name: pytest-pyvista-images-${{ runner.os }}
143143
path: tests/_image_cache

doc/changelog.d/441.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Build(deps): bump actions/upload-artifact from 4.6.2 to 6.0.0

0 commit comments

Comments
 (0)