diff --git a/.github/workflows/example-build-artifacts.yml b/.github/workflows/example-build-artifacts.yml index 53a69c436..584d806cf 100644 --- a/.github/workflows/example-build-artifacts.yml +++ b/.github/workflows/example-build-artifacts.yml @@ -46,7 +46,7 @@ jobs: uses: actions/checkout@v4 - name: Restore build artifacts - uses: actions/download-artifact@v4 # https://github.com/actions/download-artifact + uses: actions/download-artifact@v5 # https://github.com/actions/download-artifact with: name: app path: examples/nextjs/build