Bump actions/upload-artifact from 5 to 6#1829
Merged
Conversation
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
pat-schmitt
added a commit
that referenced
this pull request
Apr 3, 2026
…#1882) * Fix some issues in write_cls to shape (#1786) * global glathida stats (#1782) * add kwarg to allow calving in dynamic spinup (#1793) * add store_monhtly_step kwarg to dynamic spinup (#1802) * store monthly fl diagnostics (#1792) * store monthly fl diagnostics * add whats-new.rst * bug in select DEM from rgitpop (#1810) * another small bug (#1811) * update default DEM file (#1812) * Bump actions/upload-artifact from 4 to 5 (#1809) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/checkout from 4 to 5 (#1796) Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * ERA5 + flattened files updated (#1823) * updated ERA5 (1940-2024) and GSWP3-W5E5 flattened files (ready for RGI6 and RGI7) * updated get_temp_bias_dataframe documentation * updated tests due to ERA5 update * dynamic calibration now reads from mb_calib params (#1824) * fix: checking for internet connection can timeout (#1813) (#1826) * fix: checking for internet connection can timeout In some CI environments or low speed connections, ``HAS_INTERNET`` will return False due to a TimeoutError. This fix speeds up the connection speed by avoiding a DNS lookup and application layer connection through HTTP. ``urlopen`` will also return a TimeoutError if the DNS lookup fails. * docs: update docstring, argument name * docs: update docstring * docs: add entry to whats-new Co-authored-by: Nicolas Gampierakis <45390064+gampnico@users.noreply.github.com> * Remove Xarray merge warning and add secondary ISIMIP3b GCMs (#1821) * xarray merge update * xarray merge update * added secondary ISIMIP3b GCM path to process_monthly_isimip_data * changed ISIMIP3b path to only show one version * update isimip3b gcms to include RGI7 gridpoints * minimal docs update to reinforce pytest * Bump actions/upload-artifact from 5 to 6 (#1829) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * updated era5 to include 2025 (#1835) * updated era5 to include 2025 * update tests * deprecate dl_verify (#1844) * corrected longitude selection near 0 (#1843) * corrected longitude selection near 0 * corrected longitude selection near 0 * corrected longitude selection near 0 * streamline a bit * ups and whats new * ups again... --------- Co-authored-by: Fabien Maussion <fabien.maussion@bristol.ac.uk> * OGGM Calibration to RMSD functionality (#1827) * Multiple improvements to glacier directories generation (#1816) * change default url (#1847) * Bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump Test-Images (#1848) * Getting rid of warnings and other maintainance (#1853) * updated documentation to OGGM v163 (#1836) * updated documentation to OGGM v163 * typo * updated docs * added OGGM dev branch+DTCG notebooks * typo in default url (#1855) * add convinient functionalities for new settings and observations * fix order of oggm_static_paths in cfg --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Fabien Maussion <fabien.maussion@bristol.ac.uk> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lilian Schuster <37300567+lilianschuster@users.noreply.github.com> Co-authored-by: Nicolas Gampierakis <45390064+gampnico@users.noreply.github.com> Co-authored-by: Chloe Hancock <yg25019@bristol.ac.uk> Co-authored-by: Timo Rothenpieler <timo.rothenpieler@uni-bremen.de>
pat-schmitt
added a commit
that referenced
this pull request
Apr 23, 2026
* Fix some issues in write_cls to shape (#1786) * global glathida stats (#1782) * add kwarg to allow calving in dynamic spinup (#1793) * add store_monhtly_step kwarg to dynamic spinup (#1802) * store monthly fl diagnostics (#1792) * store monthly fl diagnostics * add whats-new.rst * bug in select DEM from rgitpop (#1810) * another small bug (#1811) * update default DEM file (#1812) * Bump actions/upload-artifact from 4 to 5 (#1809) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/checkout from 4 to 5 (#1796) Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * ERA5 + flattened files updated (#1823) * updated ERA5 (1940-2024) and GSWP3-W5E5 flattened files (ready for RGI6 and RGI7) * updated get_temp_bias_dataframe documentation * updated tests due to ERA5 update * dynamic calibration now reads from mb_calib params (#1824) * fix: checking for internet connection can timeout (#1813) (#1826) * fix: checking for internet connection can timeout In some CI environments or low speed connections, ``HAS_INTERNET`` will return False due to a TimeoutError. This fix speeds up the connection speed by avoiding a DNS lookup and application layer connection through HTTP. ``urlopen`` will also return a TimeoutError if the DNS lookup fails. * docs: update docstring, argument name * docs: update docstring * docs: add entry to whats-new Co-authored-by: Nicolas Gampierakis <45390064+gampnico@users.noreply.github.com> * Remove Xarray merge warning and add secondary ISIMIP3b GCMs (#1821) * xarray merge update * xarray merge update * added secondary ISIMIP3b GCM path to process_monthly_isimip_data * changed ISIMIP3b path to only show one version * update isimip3b gcms to include RGI7 gridpoints * minimal docs update to reinforce pytest * Bump actions/upload-artifact from 5 to 6 (#1829) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * updated era5 to include 2025 (#1835) * updated era5 to include 2025 * update tests * deprecate dl_verify (#1844) * corrected longitude selection near 0 (#1843) * corrected longitude selection near 0 * corrected longitude selection near 0 * corrected longitude selection near 0 * streamline a bit * ups and whats new * ups again... --------- Co-authored-by: Fabien Maussion <fabien.maussion@bristol.ac.uk> * OGGM Calibration to RMSD functionality (#1827) * Multiple improvements to glacier directories generation (#1816) * change default url (#1847) * Bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump Test-Images (#1848) * Getting rid of warnings and other maintainance (#1853) * updated documentation to OGGM v163 (#1836) * updated documentation to OGGM v163 * typo * updated docs * added OGGM dev branch+DTCG notebooks * typo in default url (#1855) * Bump docker/login-action from 3 to 4 Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * attempt to fix DEM tiling issue (#1859) * attempt to fix DEM tiling issue * move call to end of cfg * Bump docker/build-push-action from 6 to 7 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump docker/setup-buildx-action from 3 to 4 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3...v4) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * build: move to pyproject (#1849) * Multiple doc updates (#1869) * docs: documenting OGGM installation (#1863) * Try new coxe images (#1870) * Docs: update based on user feedback (#1874) * docs: address user feedback Adds additional example for using uv. Fixes: - some syntax errors. - installation workflow not compatible with tutorials. * docs: fix and normalise spelling * Modernize .readthedocs.yaml for latest OS and tools (#1878) * refactor: remove pkg_resources (#1875) * refactor: remove pkg_resources * docs: update whats-new entry * SemiImplicitModel now supports k-calving (#1858) * changes to flowline, funcs and test_numerics to for semiimplicit w calving * removed calving_limiter_frac from cfg and flowline, removed calving storage variables from semiimplicit * simplify logic and whats new * fix whats new --------- Co-authored-by: Fabien Maussion <fabien.maussion@bristol.ac.uk> * Add hypsometry to prepro_levels (#1872) * Added information on avalanches (#1877) * Added information on avalanches * add whats new --------- Co-authored-by: Fabien Maussion <fabien.maussion@bristol.ac.uk> * prevent trying to plot eb flowlines on a map (#1880) * feat(ci): add workflow for publishing to PyPI (#1867) * fix bug in cli hypso (#1881) * fix bug in cli hypso * again... * sort hypsometries * Fix wrong lon/lat when reading shp from gdir (#1884) * Fix wrong lon/lat when reading shp from gdir * small other fixes * settings: only backwards compatible if parent is cfg.PARAMS * fix rgi_entities version (#1886) * fix rgi_entities version * Better fix * Final? Doc updates (#1890) * Release v1.6.3 * Revert to dev version * add density model to SfcTypeModel and add support in FlowlineModel to use SfcTypeModel (including potential firn output) and DailyTIModel (including the use of leap years) * add mb_diagnostics to be able to store and relode SfcTypeTIModel states * fix tests * fix tests * skip some tests for np<v2.0 * fix merge of utils._downloads and tests --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Fabien Maussion <fabien.maussion@bristol.ac.uk> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lilian Schuster <37300567+lilianschuster@users.noreply.github.com> Co-authored-by: Nicolas Gampierakis <45390064+gampnico@users.noreply.github.com> Co-authored-by: Chloe Hancock <yg25019@bristol.ac.uk> Co-authored-by: Timo Rothenpieler <timo.rothenpieler@uni-bremen.de> Co-authored-by: Beatriz Recinos <beatriz.recinos@ed.ac.uk> Co-authored-by: MarinKneib <75844249+MarinKneib@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps actions/upload-artifact from 5 to 6.
Release notes
Sourced from actions/upload-artifact's releases.
Commits
b7c566aMerge pull request #745 from actions/upload-artifact-v6-releasee516bc8docs: correct description of Node.js 24 support in READMEddc45eddocs: update README to correct action name for Node.js 24 support615b319chore: release v6.0.0 for Node.js 24 support017748bMerge pull request #744 from actions/fix-storage-blob38d4c79chore: rebuild dist7d27270chore: add missing license cache files for@actions/core,@actions/io, and mi...5f643d3chore: update license files for@actions/artifact@5.0.1 dependencies1df1684chore: update package-lock.json with@actions/artifact@5.0.1b5b1a91fix: update@actions/artifactto ^5.0.0 for Node.js 24 punycode fixDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)