Skip to content

Commit

Permalink
Downgrade artifact-upload to fix arm64 build?
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Dec 16, 2023
1 parent ca509e1 commit 53382c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-build-test-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,10 @@ jobs:
if: always()

- name: Upload image as artifact 💾
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: ${{ inputs.image }}-${{ inputs.architecture }}
path: /tmp/aiidalab/${{ inputs.image }}-${{ inputs.architecture }}.tar
retention-days: 3
compression-level: 0
if-no-files-found: error
if: always()

0 comments on commit 53382c4

Please sign in to comment.