File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 distribution : ' zulu'
6666 java-version : 17
6767 - name : Cache Maven packages
68- uses : actions/cache@v4
68+ uses : actions/cache@v5
6969 with :
7070 path : ~/.m2
7171 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -117,25 +117,25 @@ jobs:
117117 fi
118118 - run : mkdir staging
119119 - run : cp -r site/* staging/
120- - uses : actions/upload-artifact@v5
120+ - uses : actions/upload-artifact@v6
121121 with :
122122 name : generated-docs
123123 path : staging
124124 - name : Cache Python packages
125- uses : actions/cache@v4
125+ uses : actions/cache@v5
126126 with :
127127 path : ~/.cache/pip
128128 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
129129 restore-keys : |
130130 ${{ runner.os }}-pip-
131131 - name : Cache Maven packages
132- uses : actions/cache@v4
132+ uses : actions/cache@v5
133133 with :
134134 path : ~/.m2
135135 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
136136 restore-keys : ${{ runner.os }}-m2
137137 - name : Cache Node modules
138- uses : actions/cache@v4
138+ uses : actions/cache@v5
139139 with :
140140 path : docs-overrides/node_modules
141141 key : ${{ runner.os }}-node-${{ hashFiles('docs-overrides/package-lock.json') }}
Original file line number Diff line number Diff line change @@ -72,14 +72,14 @@ jobs:
7272 - run : sudo apt-get update
7373 - run : sudo apt-get install sbt
7474 - name : Cache SBT
75- uses : actions/cache@v4
75+ uses : actions/cache@v5
7676 with :
7777 path : |
7878 ~/.ivy2/cache
7979 ~/.sbt
8080 key : ${{ runner.os }}-sbt-${{ hashFiles('**/build.sbt') }}
8181 - name : Cache Maven packages
82- uses : actions/cache@v4
82+ uses : actions/cache@v5
8383 with :
8484 path : ~/.m2
8585 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 9494 with :
9595 python-version : ' 3.10'
9696 - name : Cache Maven packages
97- uses : actions/cache@v4
97+ uses : actions/cache@v5
9898 with :
9999 path : ~/.m2
100100 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -116,7 +116,7 @@ jobs:
116116 - run : cp spark-shaded/target/sedona-*.jar staging
117117 - run : |
118118 [ -d "flink-shaded/target/" ] && cp flink-shaded/target/sedona-*.jar staging 2>/dev/null || true
119- - uses : actions/upload-artifact@v5
119+ - uses : actions/upload-artifact@v6
120120 with :
121121 name : generated-jars_spark-${{ matrix.spark }}_scala-${{ matrix.scala }}_jdk-${{ matrix.jdk }}
122122 path : staging
Original file line number Diff line number Diff line change 4343 pip install pre-commit
4444 - name : set PY
4545 run : echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
46- - uses : actions/cache@v4
46+ - uses : actions/cache@v5
4747 with :
4848 path : ~/.cache/pre-commit
4949 key : pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
Original file line number Diff line number Diff line change 7171 CIBW_ARCHS_MACOS : ' x86_64 arm64'
7272 with :
7373 package-dir : python
74- - uses : actions/upload-artifact@v5
74+ - uses : actions/upload-artifact@v6
7575 with :
7676 name : cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
7777 path : ./wheelhouse/*.whl
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123123 - name : Install uv
124124 uses : astral-sh/setup-uv@v7
125125 - name : Cache Maven packages
126- uses : actions/cache@v4
126+ uses : actions/cache@v5
127127 with :
128128 path : ~/.m2
129129 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157157 NOT_CRAN='true' Rscript testthat.R
158158 shell : bash
159159 timeout-minutes : 30
160- - uses : actions/upload-artifact@v5
160+ - uses : actions/upload-artifact@v6
161161 if : failure()
162162 with :
163163 name : Worker logs
You can’t perform that action at this time.
0 commit comments