Skip to content

Commit 48431b5

Browse files
authored
Merge pull request #304 from python-windrose/dependabot/github_actions/github-actions-dc500464ed
Bump actions/upload-artifact from 4 to 5 in the github-actions group
2 parents aa8fa77 + 1a85019 commit 48431b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
pytest -s -rxs -vv -Werror tests/ --mpl --mpl-generate-summary=html \
4040
--mpl-results-path="windrose_test_output-${{ matrix.os }}-${{ matrix.python-version }}"
4141
- name: Store mpl-results
42-
uses: actions/upload-artifact@v4
42+
uses: actions/upload-artifact@v5
4343
if: failure()
4444
with:
4545
name: "windrose_test_output-${{ matrix.os }}-${{ matrix.python-version }}"

0 commit comments

Comments
 (0)