Skip to content

Commit be817cc

Browse files
Bump actions/upload-artifact from 6.0.0 to 7.0.0 in /.github/workflows
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b7c566a...bbbca2d) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c71082 commit be817cc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/bleeding-edge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
uv run --no-sync pytest --color yes --mpl-results-path=test_results
6060
61-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
61+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
6262
if: failure()
6363
with:
6464
name: test_results

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Run test suite
5959
run: uv run --no-sync pytest --color yes
6060

61-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
61+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
6262
if: failure()
6363
with:
6464
name: test_results
@@ -95,14 +95,14 @@ jobs:
9595
# (and especially) in case of failure.
9696
- name: Upload pytest-mpl report
9797
if: always()
98-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
98+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
9999
with:
100100
name: cmyt_pytest_mpl_results
101101
path: pytest_mpl_results/*
102102

103103
- name: Upload pytest-mpl baseline
104104
if: always()
105-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
105+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
106106
with:
107107
name: cmyt_pytest_mpl_new_baseline
108108
path: pytest_mpl_new_baseline/*

0 commit comments

Comments
 (0)