We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c8af62 + 8f98b2c commit 01bf413Copy full SHA for 01bf413
.github/workflows/create-release.yml
@@ -123,7 +123,7 @@ jobs:
123
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
124
125
- name: "Upload bundle"
126
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v3
127
with:
128
name: client_bundle
129
path: ${{ env.BUNDLE_NAME }}
@@ -142,7 +142,7 @@ jobs:
142
steps:
143
144
- name: "Download artifact"
145
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v3
146
147
148
0 commit comments