Skip to content

Commit a823719

Browse files
authored
Merge pull request #258 from cphyc/dependabot/github_actions/dot-github/workflows/actions-674967a53d
Bump actions/upload-artifact from 6 to 7 in /.github/workflows in the actions group
2 parents 65a9335 + 764eab8 commit a823719

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Test with pytest
3131
run: |
3232
pytest --mpl --mpl-results-path=results --mpl-generate-summary=html
33-
- uses: actions/upload-artifact@v6
33+
- uses: actions/upload-artifact@v7
3434
if: failure()
3535
with:
3636
name: pytest-${{ matrix.python-version }}-results

0 commit comments

Comments
 (0)