Skip to content

Commit 13d1fc0

Browse files
authored
Merge pull request #384 from GeospatialPython/More_Node_JS_24_GH_Actions
Bump actions/download-artifact to @v8
2 parents 6a6e78a + 2c36619 commit 13d1fc0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ runs:
6767
sleep 4 # give server time to start
6868
6969
- name: Download wheel and sdist (built in previous jobs)
70-
uses: actions/download-artifact@v4
70+
uses: actions/download-artifact@v8
7171
with:
7272
name: PyShp_wheel_and_sdist
7373
path: dist

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232

3333
- name: Download wheel and sdist (built in previous job)
34-
uses: actions/download-artifact@v4
34+
uses: actions/download-artifact@v8
3535
with:
3636
name: PyShp_wheel_and_sdist
3737
path: dist

.github/workflows/speed_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
python-version: ${{ matrix.python-version }}
4040

4141
- name: Download wheel and sdist (built in previous job)
42-
uses: actions/download-artifact@v4
42+
uses: actions/download-artifact@v8
4343
with:
4444
name: PyShp_wheel_and_sdist
4545
path: dist

0 commit comments

Comments
 (0)