Skip to content

Commit a1f54c4

Browse files
committed
Merge branch 'main' into test_optimal_kerchunk
2 parents 319220a + 646e7fb commit a1f54c4

File tree

5 files changed

+116
-81
lines changed

5 files changed

+116
-81
lines changed

.github/workflows/test_s3_minio.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,9 @@ jobs:
8282
run: tests/s3_exploratory/minio_scripts/minio-stop
8383
if: always()
8484
- name: Upload HTML report artifact
85-
uses: actions/upload-artifact@v3
85+
uses: actions/upload-artifact@v4
8686
with:
8787
name: html-report
8888
path: test-reports/
89+
overwrite: true
8990
if: always()

.github/workflows/test_s3_remote_reductionist.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ jobs:
6363
run: |
6464
pytest tests/test_compression_remote_reductionist.py
6565
- name: Upload HTML report artifact
66-
uses: actions/upload-artifact@v3
66+
uses: actions/upload-artifact@v4
6767
with:
6868
name: html-report
6969
path: test-reports/
70+
overwrite: true
7071
if: always()

0 commit comments

Comments
 (0)