Skip to content

Commit 760f5c7

Browse files
author
Sonja Stockhaus
committed
update upload-artifact action to v4
1 parent d26829d commit 760f5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
pytest -v --cov --color=yes --cov-report=xml
6060
- name: Archive figures generated during testing
6161
if: always()
62-
uses: actions/upload-artifact@v3
62+
uses: actions/upload-artifact@v4
6363
with:
6464
name: visual_test_results_${{ matrix.os }}-python${{ matrix.python }}
6565
path: /home/runner/work/spatialdata-plot/spatialdata-plot/tests/figures/*

0 commit comments

Comments
 (0)