Skip to content

Commit 4658944

Browse files
authored
Merge pull request #12 from spearhead-he/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 57d2c73 + 6db8823 commit 4658944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
token: ${{ secrets.CODECOV_TOKEN }}
4545
- name: Save pytest-mpl report as artifcat
4646
if: always()
47-
uses: actions/upload-artifact@v4
47+
uses: actions/upload-artifact@v5
4848
with:
4949
name: ${{ matrix.python-version }}-pytest-mpl-report-artifact
5050
path: "/home/runner/work/vda/tests/report/"

0 commit comments

Comments
 (0)