diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 7dee4ee..0fcbe0e 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest needs: [upload] steps: - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: uploaded path: downloaded