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 conda env export
3636 conda env export -f env.yaml
3737 - name : Upload final environment as artifact
38- uses : actions/upload-artifact@v3
38+ uses : actions/upload-artifact@v4
3939 with :
4040 name : env-${{ matrix.os }}-${{ matrix.python-version }}
4141 path : env.yaml
6666 micromamba env export
6767 micromamba env export > env.yaml
6868 - name : Upload final environment as artifact
69- uses : actions/upload-artifact@v3
69+ uses : actions/upload-artifact@v4
7070 with :
7171 name : env-${{ matrix.os }}-${{ matrix.python-version }}-mamba
7272 path : env.yaml
8181 - canary-installs-mamba
8282 steps :
8383 - name : Download all artifacts
84- uses : actions/download-artifact@v3
84+ uses : actions/download-artifact@v4
8585 - name : show files
8686 run : |
8787 ls -la
Original file line number Diff line number Diff line change 2222 - name : Show patched environment
2323 run : cat patched-environment.yml
2424 - name : Upload patched environment as artifact
25- uses : actions/upload-artifact@v3
25+ uses : actions/upload-artifact@v4
2626 with :
2727 name : patched-environment
2828 path : patched-environment.yml
4141 steps :
4242 - uses : actions/checkout@v3
4343 - name : Download patched test environment
44- uses : actions/download-artifact@v3
44+ uses : actions/download-artifact@v4
4545 with :
4646 name : patched-environment
4747 - name : Setup python ${{ matrix.python-version }} conda environment
You can’t perform that action at this time.
0 commit comments