summaryrefslogtreecommitdiffstats
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2024-01-08 14:06:40 (GMT)
committerGitHub <noreply@github.com>2024-01-08 14:06:40 (GMT)
commitd001379f68ffe5955200c7ce38d7258240e3418d (patch)
treeb9ff6fad885c583088694451e91ce9d0a0fd654e /.github/workflows/release.yml
parent3d39b8595286a1cc45ca0e81ffa06dd8da0b590a (diff)
downloadhdf5-d001379f68ffe5955200c7ce38d7258240e3418d.zip
hdf5-d001379f68ffe5955200c7ce38d7258240e3418d.tar.gz
hdf5-d001379f68ffe5955200c7ce38d7258240e3418d.tar.bz2
Update upload- artifact to match download version (#3929)
* Update upload- artifact to match download version * Correct form of action call
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 2c2eeef..28f2425 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -66,14 +66,14 @@ jobs:
# Save files created by release script
- name: Save tgz-tarball
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: tgz-tarball
path: ${{ steps.set-file-base.outputs.FILE_BASE }}.tar.gz
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
- name: Save zip-tarball
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: zip-tarball
path: ${{ steps.set-file-base.outputs.FILE_BASE }}.zip