Skip to content

Commit

Permalink
Merge pull request #103 from mksanger/revert_artifact_versions
Browse files Browse the repository at this point in the history
Revert upload and download artifact actions from v4 to v3
  • Loading branch information
mksanger authored Apr 30, 2024
2 parents ab91378 + bca554f commit 8f98b2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -142,7 +142,7 @@ jobs:
steps:

- name: "Download artifact"
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: client_bundle

Expand Down

0 comments on commit 8f98b2c

Please sign in to comment.