Skip to content

Commit 1462602

Browse files
committed
move to download-artifact@v4 in release workflow
1 parent ec8da94 commit 1462602

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template/.github/workflows/{% if orgname == 'scipp' %}release.yml{% endif %}

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
id-token: write
6868
if: github.event_name == 'release' && github.event.action == 'published'
6969
steps:
70-
- uses: actions/download-artifact@v3
70+
- uses: actions/download-artifact@v4
7171
- uses: pypa/[email protected]
7272

7373
upload_conda:
@@ -77,7 +77,7 @@ jobs:
7777
if: github.event_name == 'release' && github.event.action == 'published'
7878

7979
steps:
80-
- uses: actions/download-artifact@v3
80+
- uses: actions/download-artifact@v4
8181
- uses: mamba-org/setup-micromamba@v1
8282
with:
8383
environment-name: upload-env
@@ -101,7 +101,7 @@ jobs:
101101
permissions:
102102
contents: write # This is needed so that the action can upload the asset
103103
steps:
104-
- uses: actions/download-artifact@v3
104+
- uses: actions/download-artifact@v4
105105
- name: Zip documentation
106106
run: |
107107
mv docs_html documentation-${{ github.ref_name }}

0 commit comments

Comments
 (0)