File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ jobs:
5252 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5353
5454 - name : Upload failed benchmark artifact
55- uses : actions/upload-artifact@v6
55+ uses : actions/upload-artifact@v7
5656 if : failure()
5757 with :
5858 name : failed-benchmark-${{ matrix.os }}-${{ matrix.python-version }}-${{ github.run_id }}
5959 path : autotest/.failed/**
6060
6161 - name : Upload benchmark result artifact
62- uses : actions/upload-artifact@v6
62+ uses : actions/upload-artifact@v7
6363 with :
6464 name : benchmarks-${{ matrix.os }}-${{ matrix.python-version }}-${{ github.run_id }}
6565 path : autotest/.benchmarks/*.json
@@ -130,7 +130,7 @@ jobs:
130130 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
131131
132132 - name : Upload benchmark results
133- uses : actions/upload-artifact@v6
133+ uses : actions/upload-artifact@v7
134134 with :
135135 name : benchmarks-${{ github.run_id }}
136136 path : |
Original file line number Diff line number Diff line change 9595 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9696
9797 - name : Upload failed test outputs
98- uses : actions/upload-artifact@v6
98+ uses : actions/upload-artifact@v7
9999 if : failure()
100100 with :
101101 name : failed-smoke-${{ runner.os }}-${{ env.PYTHON_VERSION }}
@@ -186,7 +186,7 @@ jobs:
186186 run : pixi run --manifest-path=../../modflow6/pixi.toml coverage report
187187
188188 - name : Upload failed test outputs
189- uses : actions/upload-artifact@v6
189+ uses : actions/upload-artifact@v7
190190 if : failure()
191191 with :
192192 name : failed-${{ matrix.os }}-${{ matrix.python-version }}
Original file line number Diff line number Diff line change 8080 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8181
8282 - name : Upload failed test outputs
83- uses : actions/upload-artifact@v6
83+ uses : actions/upload-artifact@v7
8484 if : failure()
8585 with :
8686 name : failed-example-${{ matrix.os }}-${{ matrix.python-version }}
Original file line number Diff line number Diff line change 5252 fi
5353
5454 - name : Upload removed dependencies log
55- uses : actions/upload-artifact@v6
55+ uses : actions/upload-artifact@v7
5656 with :
5757 name : smoke-test-removed-dependencies
5858 path : ./removed_dependencies.txt
6767 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6868
6969 - name : Upload failed test outputs
70- uses : actions/upload-artifact@v6
70+ uses : actions/upload-artifact@v7
7171 if : failure()
7272 with :
7373 name : failed-smoke-${{ runner.os }}-${{ env.PYTHON_VERSION }}
Original file line number Diff line number Diff line change 7777 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7878
7979 - name : Upload failed test outputs
80- uses : actions/upload-artifact@v6
80+ uses : actions/upload-artifact@v7
8181 if : failure()
8282 with :
8383 name : failed-outputs-${{ github.run_id }}
@@ -111,7 +111,7 @@ jobs:
111111 sed -i '1i # Changelog' $clog
112112
113113 - name : Upload changelog
114- uses : actions/upload-artifact@v6
114+ uses : actions/upload-artifact@v7
115115 with :
116116 name : changelog
117117 path : CHANGELOG.md
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159159 github.event_name == 'push' ||
160160 github.event_name == 'workflow_dispatch'
161161 )
162- uses : actions/upload-artifact@v6
162+ uses : actions/upload-artifact@v7
163163 with :
164164 name : notebooks-for-${{ needs.set_options.outputs.sha }}
165165 path : flopy/.docs/Notebooks/*.ipynb
You can’t perform that action at this time.
0 commit comments