Skip to content

Commit 3f93595

Browse files
build(deps): bump actions/upload-artifact from 4.6.2 to 6.0.0 (#441)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent dda647d commit 3f93595

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)