Skip to content

Commit 550da2c

Browse files
Merge pull request #251 from yt-project/dependabot/github_actions/dot-github/workflows/actions/upload-artifact-7.0.0
2 parents 7fc28a0 + be817cc commit 550da2c

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)