Skip to content

Commit 549711c

Browse files
committed
Merge branch 'main' into pyfive
2 parents 43ea853 + 646e7fb commit 549711c

File tree

4 files changed

+114
-80
lines changed

4 files changed

+114
-80
lines changed

.github/workflows/test_s3_minio.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ jobs:
8888
run: tests/s3_exploratory/minio_scripts/minio-stop
8989
if: always()
9090
- name: Upload HTML report artifact
91-
uses: actions/upload-artifact@v3
91+
uses: actions/upload-artifact@v4
9292
with:
9393
name: html-report
9494
path: test-reports/
95+
overwrite: true
9596
if: always()

0 commit comments

Comments
 (0)