1212 python-package :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
16- - uses : actions/setup-python@v5
15+ - uses : actions/checkout@v6.0.2
16+ - uses : actions/setup-python@v6.2.0
1717 with :
1818 python-version : " 3.12"
1919 cache : pip
2424 python -m build
2525 - name : Generate checksums
2626 run : python3 scripts/write_sha256s.py engine/dist/SHA256SUMS engine/dist/*
27- - uses : actions/upload-artifact@v4
27+ - uses : actions/upload-artifact@v7.0.1
2828 with :
2929 name : zero-engine-python
3030 path : engine/dist/*
4040 artifact : zero-macos
4141 runs-on : ${{ matrix.os }}
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v6.0.2
4444 - name : Build CLI
4545 working-directory : cli
4646 run : cargo build -p zero --profile release-small
@@ -49,15 +49,15 @@ jobs:
4949 mkdir -p dist
5050 cp cli/target/release-small/zero dist/${{ matrix.artifact }}
5151 python3 scripts/write_sha256s.py dist/SHA256SUMS dist/${{ matrix.artifact }}
52- - uses : actions/upload-artifact@v4
52+ - uses : actions/upload-artifact@v7.0.1
5353 with :
5454 name : ${{ matrix.artifact }}
5555 path : dist/*
5656
5757 container-smoke :
5858 runs-on : ubuntu-latest
5959 steps :
60- - uses : actions/checkout@v4
60+ - uses : actions/checkout@v6.0.2
6161 - name : Build paper image
6262 run : docker build -t zero-public:${{ github.ref_name }} .
6363 - name : Run paper demo
6969 mkdir -p dist
7070 docker save zero-public:${{ github.ref_name }} -o dist/zero-paper-image.tar
7171 python3 scripts/write_sha256s.py dist/SHA256SUMS dist/zero-paper-image.tar
72- - uses : actions/upload-artifact@v4
72+ - uses : actions/upload-artifact@v7.0.1
7373 with :
7474 name : zero-paper-image
7575 path : dist/*
8484 attestations : write
8585 artifact-metadata : write
8686 steps :
87- - uses : actions/checkout@v4
87+ - uses : actions/checkout@v6.0.2
8888 - uses : actions/download-artifact@v4
8989 with :
9090 path : release-artifacts
0 commit comments