Skip to content

Commit 591c41b

Browse files
author
Vincent Wilms
committed
Fix CI
1 parent 6b2f431 commit 591c41b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: bash tests/PureHDF.Tests/Reading/PureHDF.VOL/run-hsds-tests.sh
8585

8686
- name: Upload Artifacts
87-
uses: actions/upload-artifact@v3
87+
uses: actions/upload-artifact@v4
8888
with:
8989
name: artifacts
9090
path: |
@@ -119,7 +119,7 @@ jobs:
119119
steps:
120120

121121
- name: Download Artifacts
122-
uses: actions/download-artifact@v3
122+
uses: actions/download-artifact@v4
123123
with:
124124
name: artifacts
125125
path: artifacts
@@ -140,7 +140,7 @@ jobs:
140140
steps:
141141

142142
- name: Download Artifacts
143-
uses: actions/download-artifact@v3
143+
uses: actions/download-artifact@v4
144144
with:
145145
name: artifacts
146146
path: artifacts

0 commit comments

Comments
 (0)