From 114ed3fc28b96d6b12d3faaba31c85bd467caf8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 06:04:59 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) Updates `astral-sh/setup-uv` from 6 to 7 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: astral-sh/setup-uv dependency-version: '7' 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 | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/save_versions.yml b/.github/workflows/save_versions.yml index 2734d43fd4..85786ded5f 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@v4 + uses: actions/upload-artifact@v5 with: name: versions.txt path: /tmp/versions.txt diff --git a/.github/workflows/test_code.yml b/.github/workflows/test_code.yml index 507219faef..a7205ebd77 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@v4 + uses: actions/upload-artifact@v5 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 03c052ea45..8e685853d9 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@v4 + uses: actions/upload-artifact@v5 with: name: coverage-test-geopandas path: | diff --git a/.github/workflows/test_latest_branca.yml b/.github/workflows/test_latest_branca.yml index f0c98afaf5..e2dece5a62 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@v4 + uses: actions/upload-artifact@v5 with: name: coverage-test-branca path: | diff --git a/.github/workflows/test_selenium.yml b/.github/workflows/test_selenium.yml index 5e9cb9a8c2..e427ebfce4 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@v4 + uses: actions/upload-artifact@v5 with: name: coverage-test-selenium-${{ matrix.python-version }} path: | diff --git a/.github/workflows/test_snapshots.yml b/.github/workflows/test_snapshots.yml index 430d6497dc..d4e54a2d67 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@v4 + uses: actions/upload-artifact@v5 with: name: screenshots path: | @@ -56,7 +56,7 @@ jobs: - name: Upload coverage if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: coverage-test-snapshots path: | diff --git a/.github/workflows/test_streamlit_folium.yml b/.github/workflows/test_streamlit_folium.yml index 449aac7670..3b3138b7c3 100644 --- a/.github/workflows/test_streamlit_folium.yml +++ b/.github/workflows/test_streamlit_folium.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v5 - name: Install uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 - name: Checkout Streamlit Folium uses: actions/checkout@v5 @@ -75,7 +75,7 @@ jobs: - name: Upload coverage if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: coverage-test-streamlit-folium path: |