diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index b4355c2..7dee4ee 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@v6 + - uses: actions/download-artifact@v7 with: name: uploaded path: downloaded