Skip to content

Update github actions#1524

Merged
lesserwhirls merged 5 commits intoUnidata:maint-5.xfrom
lesserwhirls:gha
Feb 10, 2026
Merged

Update github actions#1524
lesserwhirls merged 5 commits intoUnidata:maint-5.xfrom
lesserwhirls:gha

Conversation

@lesserwhirls
Copy link
Member

@lesserwhirls lesserwhirls commented Feb 10, 2026

Description of Changes

Update github actions:

  • actions/cache@v4 -> v5
  • actions/checkout@v4 -> v6
  • actions/download-artifact@v4 -> v7
  • actions/upload-artifact@v4 -> v6
  • Unidata/thredds-test-action@v3 -> v4

Additionally:

  • Address EACCESS errors related to the build-logic-ncj directory when uploading artifacts of the test results upon failure
  • Remove Zulu JDK from the test matrix
  • Add JDK 25
    • fix issue related to loading bufr tables as File("").exists() is true in JDK 25 (change in behavior from previous versions).

PR Checklist

  • Link to any issues that the PR addresses
  • Add labels
  • Open as a draft PR
    until ready for review
  • Make sure GitHub tests pass
  • Mark PR as "Ready for Review"

actions/cache@v4 -> v5
actions/checkout@v4 -> v6
actions/download-artifact@v4 -> v7
actions/upload-artifact@v4 -> v6
Unidata/thredds-test-action@v3 -> v4

Additionally, address EACCESS errors related to the build-logic-ncj
directory when uploading artifacts of the test results upon failure.
@lesserwhirls lesserwhirls added the build: github Issue or pull request related to the GitHub build infrastructure. label Feb 10, 2026
* add JDK version 25
* remove zulu JDK vendor
Starting in Java 25, the exsits method on File will return true for an
empty string (which is interperted as the current user directory).
@lesserwhirls lesserwhirls marked this pull request as ready for review February 10, 2026 21:07
@lesserwhirls lesserwhirls merged commit 7208de2 into Unidata:maint-5.x Feb 10, 2026
20 checks passed
@lesserwhirls lesserwhirls deleted the gha branch February 10, 2026 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build: github Issue or pull request related to the GitHub build infrastructure.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant