Commit bb373da 1 parent 7871755 commit bb373da Copy full SHA for bb373da
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157
157
run : python ci_create_examples_rst.py
158
158
159
159
- name : Upload artifacts
160
- uses : actions/upload-artifact@v3
160
+ uses : actions/upload-artifact@v4
161
161
with :
162
162
name : rtd-files-for-${{ needs.set_options.outputs.sha }}
163
163
path : |
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
shell : python
108
108
109
109
- name : Upload zipfile
110
- uses : actions/upload-artifact@v3
110
+ uses : actions/upload-artifact@v4
111
111
with :
112
112
name : ${{ env.DISTNAME }}.zip
113
113
path : modflow6-examples/${{ env.DISTNAME }}.zip
@@ -201,7 +201,7 @@ jobs:
201
201
202
202
- name : Upload PDF document
203
203
if : matrix.python == '3.9'
204
- uses : actions/upload-artifact@v3
204
+ uses : actions/upload-artifact@v4
205
205
with :
206
206
name : ${{ env.DISTNAME}}.pdf
207
207
path : modflow6-examples/${{ env.DISTNAME }}.pdf
You can’t perform that action at this time.
0 commit comments