Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#793)
Browse files Browse the repository at this point in the history
Bump actions/upload-artifact from 3 to 4 (#778)
  • Loading branch information
TEAM4-0 authored Feb 21, 2024
1 parent d4c9a04 commit 3c8e3ad
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 @@ -182,7 +182,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@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: wheelhouse/*.whl
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
run: python -m build --no-isolation --sdist python

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

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

Expand Down

0 comments on commit 3c8e3ad

Please sign in to comment.