File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3636
3737 - name : Save versions.txt
3838 if : always()
39- uses : actions/upload-artifact@v4
39+ uses : actions/upload-artifact@v5
4040 with :
4141 name : versions.txt
4242 path : /tmp/versions.txt
Original file line number Diff line number Diff line change 4747
4848 - name : Upload coverage
4949 if : always()
50- uses : actions/upload-artifact@v4
50+ uses : actions/upload-artifact@v5
5151 with :
5252 name : coverage-test-code-${{ matrix.os }}-${{ matrix.python-version }}
5353 path : .coverage*
Original file line number Diff line number Diff line change 5454
5555 - name : Upload coverage
5656 if : always()
57- uses : actions/upload-artifact@v4
57+ uses : actions/upload-artifact@v5
5858 with :
5959 name : coverage-test-geopandas
6060 path : |
Original file line number Diff line number Diff line change 3838
3939 - name : Upload coverage
4040 if : always()
41- uses : actions/upload-artifact@v4
41+ uses : actions/upload-artifact@v5
4242 with :
4343 name : coverage-test-branca
4444 path : |
Original file line number Diff line number Diff line change 3939
4040 - name : Upload coverage
4141 if : always()
42- uses : actions/upload-artifact@v4
42+ uses : actions/upload-artifact@v5
4343 with :
4444 name : coverage-test-selenium-${{ matrix.python-version }}
4545 path : |
Original file line number Diff line number Diff line change 4747
4848 - name : Upload screenshots
4949 if : failure()
50- uses : actions/upload-artifact@v4
50+ uses : actions/upload-artifact@v5
5151 with :
5252 name : screenshots
5353 path : |
5656
5757 - name : Upload coverage
5858 if : always()
59- uses : actions/upload-artifact@v4
59+ uses : actions/upload-artifact@v5
6060 with :
6161 name : coverage-test-snapshots
6262 path : |
Original file line number Diff line number Diff line change 2525 uses : actions/checkout@v5
2626
2727 - name : Install uv
28- uses : astral-sh/setup-uv@v6
28+ uses : astral-sh/setup-uv@v7
2929
3030 - name : Checkout Streamlit Folium
3131 uses : actions/checkout@v5
7474
7575 - name : Upload coverage
7676 if : always()
77- uses : actions/upload-artifact@v4
77+ uses : actions/upload-artifact@v5
7878 with :
7979 name : coverage-test-streamlit-folium
8080 path : |
You can’t perform that action at this time.
0 commit comments