File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 run : python -m build --sdist --wheel --outdir dist/
3838
3939 - name : Upload built archives
40- uses : actions/upload-artifact@v3
40+ uses : actions/upload-artifact@v4
4141 with :
4242 name : pypi_archives
4343 path : dist/*
5151
5252 steps :
5353 - name : Download built archives
54- uses : actions/download-artifact@v3
54+ uses : actions/download-artifact@v4
5555 with :
5656 name : pypi_archives
5757 path : dist
7171
7272 steps :
7373 - name : Download built archives
74- uses : actions/download-artifact@v3
74+ uses : actions/download-artifact@v4
7575 with :
7676 name : pypi_archives
7777 path : dist
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v4
1313 with :
1414 fetch-depth : 0
15- - uses : cachix/install-nix-action@v11
15+ - uses : cachix/install-nix-action@v22
1616 env :
1717 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
1818 with :
You can’t perform that action at this time.
0 commit comments