@@ -33,13 +33,13 @@ jobs:
3333 cat "$GITHUB_ENV"
3434 if : " startsWith(github.ref, 'refs/tags/')"
3535
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v6
3737
3838 - name : Set up QEMU
39- uses : docker/setup-qemu-action@v3
39+ uses : docker/setup-qemu-action@v4
4040
4141 - name : Set up Docker Buildx
42- uses : docker/setup-buildx-action@v3
42+ uses : docker/setup-buildx-action@v4
4343
4444 - name : Create virtual environment and install test suite
4545 run : |
7070 find wheelhouse/ -name "*${{ matrix.images.plat }}.whl" -exec cp '{}' ${{ runner.temp }}/artifacts/${{ matrix.images.image }}/. \;
7171
7272 - name : Upload Wheels
73- uses : actions/upload-artifact@v4
73+ uses : actions/upload-artifact@v7
7474 with :
7575 name : pycma-${{ matrix.images.plat }}
7676 path : ${{ runner.temp }}/artifacts/${{ matrix.images.image }}/*
@@ -94,14 +94,14 @@ jobs:
9494 mkdir -p ${{ runner.temp }}/artifacts
9595
9696 - name : Download Wheels
97- uses : actions/download-artifact@v4
97+ uses : actions/download-artifact@v8
9898 with :
9999 path : ${{ runner.temp }}/artifacts
100100 pattern : pycma-*
101101 merge-multiple : true
102102
103103 - name : Upload release assets
104- uses : softprops/action-gh-release@v2
104+ uses : softprops/action-gh-release@v3
105105 with :
106106 prerelease : true
107107 files : ${{ runner.temp }}/artifacts/*
0 commit comments