diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index dfeb190..376cc01 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -123,7 +123,7 @@ jobs: run: exodus --tarball --add /usr/lib/irods/plugins/ --add /lib/x86_64-linux-gnu/ --output $BUNDLE_NAME /usr/local/bin/baton-* /usr/bin/ils /usr/bin/iinit /usr/bin/imeta - name: "Upload bundle" - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: client_bundle path: ${{ env.BUNDLE_NAME }} @@ -142,7 +142,7 @@ jobs: steps: - name: "Download artifact" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: client_bundle