From b3c2e3d133dfb081bea1b8b21ae2f88e4b1fbca5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 06:05:43 +0000 Subject: [PATCH] Bump actions/upload-artifact from 5 to 6 in the github-actions group Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/save_versions.yml | 2 +- .github/workflows/test_code.yml | 2 +- .github/workflows/test_geopandas.yml | 2 +- .github/workflows/test_latest_branca.yml | 2 +- .github/workflows/test_selenium.yml | 2 +- .github/workflows/test_snapshots.yml | 4 ++-- .github/workflows/test_streamlit_folium.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/save_versions.yml b/.github/workflows/save_versions.yml index 3e5b40f94..5c15ada67 100644 --- a/.github/workflows/save_versions.yml +++ b/.github/workflows/save_versions.yml @@ -36,7 +36,7 @@ jobs: - name: Save versions.txt if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: versions.txt path: /tmp/versions.txt diff --git a/.github/workflows/test_code.yml b/.github/workflows/test_code.yml index 238b5c20e..af13eee02 100644 --- a/.github/workflows/test_code.yml +++ b/.github/workflows/test_code.yml @@ -47,7 +47,7 @@ jobs: - name: Upload coverage if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: coverage-test-code-${{ matrix.os }}-${{ matrix.python-version }} path: .coverage* diff --git a/.github/workflows/test_geopandas.yml b/.github/workflows/test_geopandas.yml index a59177965..ed1b6c68b 100644 --- a/.github/workflows/test_geopandas.yml +++ b/.github/workflows/test_geopandas.yml @@ -54,7 +54,7 @@ jobs: - name: Upload coverage if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: coverage-test-geopandas path: | diff --git a/.github/workflows/test_latest_branca.yml b/.github/workflows/test_latest_branca.yml index 24d3c25e3..ff93704e2 100644 --- a/.github/workflows/test_latest_branca.yml +++ b/.github/workflows/test_latest_branca.yml @@ -38,7 +38,7 @@ jobs: - name: Upload coverage if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: coverage-test-branca path: | diff --git a/.github/workflows/test_selenium.yml b/.github/workflows/test_selenium.yml index 72bd4f0a9..b55b0eb86 100644 --- a/.github/workflows/test_selenium.yml +++ b/.github/workflows/test_selenium.yml @@ -39,7 +39,7 @@ jobs: - name: Upload coverage if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: coverage-test-selenium-${{ matrix.python-version }} path: | diff --git a/.github/workflows/test_snapshots.yml b/.github/workflows/test_snapshots.yml index 43846b51f..a778c566e 100644 --- a/.github/workflows/test_snapshots.yml +++ b/.github/workflows/test_snapshots.yml @@ -47,7 +47,7 @@ jobs: - name: Upload screenshots if: failure() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: screenshots path: | @@ -56,7 +56,7 @@ jobs: - name: Upload coverage if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: coverage-test-snapshots path: | diff --git a/.github/workflows/test_streamlit_folium.yml b/.github/workflows/test_streamlit_folium.yml index bddc9c11a..bd1240998 100644 --- a/.github/workflows/test_streamlit_folium.yml +++ b/.github/workflows/test_streamlit_folium.yml @@ -75,7 +75,7 @@ jobs: - name: Upload coverage if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: coverage-test-streamlit-folium path: |