diff --git a/.github/workflows/build-pye3d.yml b/.github/workflows/build-pye3d.yml index a60459dc..d702dd89 100644 --- a/.github/workflows/build-pye3d.yml +++ b/.github/workflows/build-pye3d.yml @@ -153,7 +153,7 @@ jobs: run: echo "$GITHUB_CONTEXT" - uses: actions/checkout@v2 - name: Download build as artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: build-${{ matrix.os }} - name: Dump file list @@ -232,7 +232,7 @@ jobs: if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/') steps: - uses: actions/checkout@v2 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: distribution path: dist/