We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b2f431 commit 591c41bCopy full SHA for 591c41b
.github/workflows/build-and-publish.yml
@@ -84,7 +84,7 @@ jobs:
84
run: bash tests/PureHDF.Tests/Reading/PureHDF.VOL/run-hsds-tests.sh
85
86
- name: Upload Artifacts
87
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
88
with:
89
name: artifacts
90
path: |
@@ -119,7 +119,7 @@ jobs:
119
steps:
120
121
- name: Download Artifacts
122
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
123
124
125
path: artifacts
@@ -140,7 +140,7 @@ jobs:
140
141
142
143
144
145
146
0 commit comments