File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ runs:
151151
152152 - id : setup-python
153153 name : Setup Python
154- uses : actions/setup-python@v5.0 .0
154+ uses : actions/setup-python@v6.2 .0
155155 with :
156156 python-version : " 3.10"
157157 architecture : x64
@@ -277,7 +277,7 @@ runs:
277277
278278 - name : Upload the test result as artifact
279279 if : always()
280- uses : actions/upload-artifact@v6
280+ uses : actions/upload-artifact@v7
281281 with :
282282 name : integration-results-${{ inputs.tox-env }}-${{ inputs.k8s-distribution }}-${{ inputs.k8s-version }}-${{ inputs.spark-version }}-${{ inputs.bundle-backend }}-${{ inputs.storage-backend }}-${{ inputs.cos-model }}-${{ inputs.juju-agent-version }}
283283 path : test-result.json
Original file line number Diff line number Diff line change 99jobs :
1010 checks :
1111 name : Code checks
12- runs-on : ubuntu-22 .04
12+ runs-on : ubuntu-24 .04
1313 timeout-minutes : 5
1414 strategy :
1515 fail-fast : true
2323 uses : actions/checkout@v6
2424 - id : setup-python
2525 name : Setup Python
26- uses : actions/setup-python@v5.0 .0
26+ uses : actions/setup-python@v6.2 .0
2727 with :
2828 python-version : ${{matrix.python-version}}
2929 architecture : x64
Original file line number Diff line number Diff line change @@ -96,12 +96,12 @@ jobs:
9696 - name : Checkout repo
9797 uses : actions/checkout@v6
9898 - name : Download artifacts
99- uses : actions/download-artifact@v7
99+ uses : actions/download-artifact@v8
100100 with :
101101 path : results
102102 - id : setup-python
103103 name : Setup Python
104- uses : actions/setup-python@v5.0 .0
104+ uses : actions/setup-python@v6.2 .0
105105 with :
106106 python-version : 3.12
107107 architecture : x64
@@ -113,7 +113,7 @@ jobs:
113113 run : python3 .github/scripts/aggregate_results.py results/integration-results-*/matrix-result.json
114114
115115 - name : Upload summary
116- uses : actions/upload-artifact@v6
116+ uses : actions/upload-artifact@v7
117117 with :
118118 name : matrix-summary
119119 path : matrix-summary.md
Original file line number Diff line number Diff line change @@ -110,19 +110,19 @@ jobs:
110110
111111 aggregate-results :
112112 name : Aggregate Results
113- runs-on : ubuntu-22 .04
113+ runs-on : ubuntu-24 .04
114114 needs : integration-tests
115115 if : ${{ success() || failure() }}
116116 steps :
117117 - name : Checkout repo
118118 uses : actions/checkout@v6
119119 - name : Download artifacts
120- uses : actions/download-artifact@v7
120+ uses : actions/download-artifact@v8
121121 with :
122122 path : results
123123 - id : setup-python
124124 name : Setup Python
125- uses : actions/setup-python@v5.0 .0
125+ uses : actions/setup-python@v6.2 .0
126126 with :
127127 python-version : 3.12
128128 architecture : x64
@@ -135,7 +135,7 @@ jobs:
135135 run : python3 .github/scripts/aggregate_results.py results/integration-results-*/test-result.json
136136
137137 - name : Upload summary
138- uses : actions/upload-artifact@v6
138+ uses : actions/upload-artifact@v7
139139 with :
140140 name : matrix-summary
141141 path : matrix-summary.md
Original file line number Diff line number Diff line change 3838 uses : actions/checkout@v6
3939 - id : setup-python
4040 name : Setup Python
41- uses : actions/setup-python@v5.0 .0
41+ uses : actions/setup-python@v6.2 .0
4242 with :
4343 python-version : " 3.10"
4444 architecture : x64
Original file line number Diff line number Diff line change 5050 juju version
5151 terraform --version
5252
53- - uses : azure/login@v1
53+ - uses : azure/login@v3
5454 with :
5555 creds : ${{ secrets.AKS_SERVICE_PRINCIPAL }}
5656
Original file line number Diff line number Diff line change 1414
1515jobs :
1616 markdown-lint :
17- runs-on : ubuntu-22 .04
17+ runs-on : ubuntu-24 .04
1818 steps :
1919 - uses : actions/checkout@v6
2020 with :
Original file line number Diff line number Diff line change 3434 fetch-depth : 0
3535 - id : setup_python
3636 name : Setup Python
37- uses : actions/setup-python@v5.3 .0
37+ uses : actions/setup-python@v6.2 .0
3838 with :
3939 python-version : " 3.10"
4040 architecture : x64
8787 echo "VERSION=$VERSION" >> "$GITHUB_OUTPUT"
8888 poetry build
8989 - name : Store the distribution packages
90- uses : actions/upload-artifact@v6
90+ uses : actions/upload-artifact@v7
9191 with :
9292 name : distfiles
9393 path : python/dist/
@@ -111,7 +111,7 @@ jobs:
111111 ref : ${{ env.BRANCH }}
112112 fetch-depth : 0
113113 - name : Download all the dists
114- uses : actions/download-artifact@v7
114+ uses : actions/download-artifact@v8
115115 with :
116116 name : distfiles
117117 path : dist/
@@ -146,7 +146,7 @@ jobs:
146146 url : https://pypi.org/p/spark-k8s-test
147147 steps :
148148 - name : Download all the dists
149- uses : actions/download-artifact@v7
149+ uses : actions/download-artifact@v8
150150 with :
151151 name : distfiles
152152 path : dist/
Original file line number Diff line number Diff line change 3030 fetch-depth : 0
3131 - id : setup_python
3232 name : Setup Python
33- uses : actions/setup-python@v5.3 .0
33+ uses : actions/setup-python@v6.2 .0
3434 with :
3535 python-version : " 3.10"
3636 architecture : x64
8282 echo "VERSION=$VERSION" >> "$GITHUB_OUTPUT"
8383 poetry build
8484 - name : Store the distribution packages
85- uses : actions/upload-artifact@v6
85+ uses : actions/upload-artifact@v7
8686 with :
8787 name : distfiles
8888 path : python/dist/
9696 url : https://test.pypi.org/p/spark-k8s-test
9797 steps :
9898 - name : Download all the dists
99- uses : actions/download-artifact@v7
99+ uses : actions/download-artifact@v8
100100 with :
101101 name : distfiles
102102 path : dist/
You can’t perform that action at this time.
0 commit comments