Skip to content

Commit

Permalink
Revert version of github upload-artefact action from v4 back to v3, w…
Browse files Browse the repository at this point in the history
…hich used to work (#776)
  • Loading branch information
jesper-friis authored Jan 25, 2024
1 parent 268d0fd commit dc1d930
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
CIBW_MUSLLINUX_I686_IMAGE: ${{ env.CONTAINER_REGISTRY }}/sintef/dlite-python-musllinux_1_1_i686:latest

- name: Store wheels for publishing
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: wheels
path: wheelhouse/*.whl
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
run: python -m build --no-isolation --sdist python

- name: Store sdist for publishing
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: sdist
path: python/dist/*
Expand All @@ -239,7 +239,7 @@ jobs:

steps:
- name: Retrieve wheels and sdist
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
path: dist

Expand Down

0 comments on commit dc1d930

Please sign in to comment.