Skip to content

Commit e05e12c

Browse files
authored
Updating upload-artifact and download-artifact to v4 (#2371)
1 parent 6c5da06 commit e05e12c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dtypes_benchmark.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
# Upload the json files as artifacts
4646
- name: Upload artifacts
47-
uses: actions/upload-artifact@v3
47+
uses: actions/upload-artifact@v4
4848
with:
4949
name: results-${{ matrix.python-version }}
5050
path: results/*.json
@@ -70,7 +70,7 @@ jobs:
7070
7171
# Download the artifacts
7272
- name: Download artifacts
73-
uses: actions/download-artifact@v3
73+
uses: actions/download-artifact@v4
7474
with:
7575
path: results/
7676

0 commit comments

Comments
 (0)