File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 - name : Build a binary wheel and a source tarball
3636 run : python3 -m build
3737 - name : Store the distribution packages
38- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
38+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3939 with :
4040 name : python-package-distributions
4141 path : dist/
Original file line number Diff line number Diff line change 6868 esmvaltool version 2>&1 | tee conda_install_linux_artifacts_python_${{ matrix.python-version }}/version.txt
6969 - name : Upload artifacts
7070 if : ${{ always() }} # upload artifacts even if fail
71- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
71+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7272 with :
7373 name : Conda_Install_Linux_python_${{ matrix.python-version }}
7474 path : conda_install_linux_artifacts_python_${{ matrix.python-version }}
@@ -104,7 +104,7 @@ jobs:
104104 esmvaltool version 2>&1 | tee conda_install_osx_artifacts_python_${{ matrix.python-version }}/version.txt
105105 - name : Upload artifacts
106106 if : ${{ always() }} # upload artifacts even if fail
107- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
107+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
108108 with :
109109 name : Conda_Install_OSX_python_${{ matrix.python-version }}
110110 path : conda_install_osx_artifacts_python_${{ matrix.python-version }}
Original file line number Diff line number Diff line change 6060 - run : pytest -n 2 -m "not installation"
6161 - name : Upload artifacts
6262 if : ${{ always() }} # upload artifacts even if fail
63- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
63+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6464 with :
6565 name : Source_Install_Linux_python_${{ matrix.python-version }}
6666 path : source_install_linux_artifacts_python_${{ matrix.python-version }}
Original file line number Diff line number Diff line change 7373 esmvaltool version 2>&1 | tee pip_install_linux_artifacts_python_${{ matrix.python-version }}/version.txt
7474 - name : Upload artifacts
7575 if : ${{ always() }} # upload artifacts even if fail
76- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
76+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7777 with :
7878 name : PIP_Install_Linux_python_${{ matrix.python-version }}
7979 path : pip_install_linux_artifacts_python_${{ matrix.python-version }}
@@ -113,7 +113,7 @@ jobs:
113113 esmvaltool version 2>&1 | tee pip_install_osx_artifacts_python_${{ matrix.python-version }}/version.txt
114114 - name : Upload artifacts
115115 if : ${{ always() }} # upload artifacts even if fail
116- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
116+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
117117 with :
118118 name : PIP_Install_OSX_python_${{ matrix.python-version }}
119119 path : pip_install_osx_artifacts_python_${{ matrix.python-version }}
Original file line number Diff line number Diff line change 6969 esmvaltool version 2>&1 | tee source_install_linux_artifacts_python_${{ matrix.python-version }}/version.txt
7070 - name : Upload artifacts
7171 if : ${{ always() }} # upload artifacts even if fail
72- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
72+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7373 with :
7474 name : Source_Install_Linux_python_${{ matrix.python-version }}
7575 path : source_install_linux_artifacts_python_${{ matrix.python-version }}
@@ -111,7 +111,7 @@ jobs:
111111 esmvaltool version 2>&1 | tee source_install_osx_artifacts_python_${{ matrix.python-version }}/version.txt
112112 - name : Upload artifacts
113113 if : ${{ always() }} # upload artifacts even if fail
114- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
114+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
115115 with :
116116 name : Source_Install_OSX_python_${{ matrix.python-version }}
117117 path : source_install_osx_artifacts_python_${{ matrix.python-version }}
Original file line number Diff line number Diff line change 5050 - run : python tests/parse_pymon.py
5151 - name : Upload artifacts
5252 if : ${{ always() }} # upload artifacts even if fail
53- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
53+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5454 with :
5555 name : Test_Linux_python_${{ matrix.python-version }}
5656 path : test_linux_artifacts_python_${{ matrix.python-version }}
8888 - run : python tests/parse_pymon.py
8989 - name : Upload artifacts
9090 if : ${{ always() }} # upload artifacts even if fail
91- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
91+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9292 with :
9393 name : Test_OSX_python_${{ matrix.python-version }}
9494 path : test_osx_artifacts_python_${{ matrix.python-version }}
Original file line number Diff line number Diff line change 7070 - run : pytest -n 2 -m "not installation" 2>&1 | tee test_linux_artifacts_python_${{ matrix.python-version }}/test_report.txt
7171 - name : Upload artifacts
7272 if : ${{ always() }} # upload artifacts even if fail
73- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
73+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7474 with :
7575 name : Test_Linux_python_${{ matrix.python-version }}
7676 path : test_linux_artifacts_python_${{ matrix.python-version }}
@@ -110,7 +110,7 @@ jobs:
110110 - run : pytest -n 2 -m "not installation" 2>&1 | tee test_osx_artifacts_python_${{ matrix.python-version }}/test_report.txt
111111 - name : Upload artifacts
112112 if : ${{ always() }} # upload artifacts even if fail
113- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
113+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
114114 with :
115115 name : Test_OSX_python_${{ matrix.python-version }}
116116 path : test_osx_artifacts_python_${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments