Skip to content

Commit 01bf413

Browse files
committed
Merge branch 'devel'
2 parents 4c8af62 + 8f98b2c commit 01bf413

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
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
124124

125125
- name: "Upload bundle"
126-
uses: actions/upload-artifact@v4
126+
uses: actions/upload-artifact@v3
127127
with:
128128
name: client_bundle
129129
path: ${{ env.BUNDLE_NAME }}
@@ -142,7 +142,7 @@ jobs:
142142
steps:
143143

144144
- name: "Download artifact"
145-
uses: actions/download-artifact@v4
145+
uses: actions/download-artifact@v3
146146
with:
147147
name: client_bundle
148148

0 commit comments

Comments
 (0)