File tree 1 file changed +3
-3
lines changed
template/.github/workflows
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 67
67
id-token: write
68
68
if: github.event_name == 'release' && github.event.action == 'published'
69
69
steps:
70
- - uses: actions/download-artifact@v3
70
+ - uses: actions/download-artifact@v4
71
71
72
72
73
73
upload_conda:
77
77
if: github.event_name == 'release' && github.event.action == 'published'
78
78
79
79
steps:
80
- - uses: actions/download-artifact@v3
80
+ - uses: actions/download-artifact@v4
81
81
- uses: mamba-org/setup-micromamba@v1
82
82
with:
83
83
environment-name: upload-env
@@ -101,7 +101,7 @@ jobs:
101
101
permissions:
102
102
contents: write # This is needed so that the action can upload the asset
103
103
steps:
104
- - uses: actions/download-artifact@v3
104
+ - uses: actions/download-artifact@v4
105
105
- name: Zip documentation
106
106
run: |
107
107
mv docs_html documentation-${{ github.ref_name }}
You can’t perform that action at this time.
0 commit comments