diff --git a/.github/workflows/create_wheels.yaml b/.github/workflows/create_wheels.yaml index 94373be..c367d11 100644 --- a/.github/workflows/create_wheels.yaml +++ b/.github/workflows/create_wheels.yaml @@ -56,7 +56,7 @@ jobs: - uses: actions/checkout@v3 with: path: py_cpp_demangle_source - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: wheels - name: Set up Python ${{ matrix.python-version }} @@ -76,7 +76,7 @@ jobs: if: "startsWith(github.ref, 'refs/tags/')" needs: [test-wheels] steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: wheels - name: Create GitHub Release