Skip to content

Commit 505f0c1

Browse files
committed
upgrade to v4 artifact
1 parent da73b77 commit 505f0c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_s3_minio.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: tests/s3_exploratory/minio_scripts/minio-stop
8181
if: always()
8282
- name: Upload HTML report artifact
83-
uses: actions/upload-artifact@v3
83+
uses: actions/upload-artifact@v4
8484
with:
8585
name: html-report
8686
path: test-reports/

.github/workflows/test_s3_remote_reductionist.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
pytest tests/test_compression_remote_reductionist.py
6262
- name: Upload HTML report artifact
63-
uses: actions/upload-artifact@v3
63+
uses: actions/upload-artifact@v4
6464
with:
6565
name: html-report
6666
path: test-reports/

0 commit comments

Comments
 (0)