diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 6180572..4f4d1bb 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') && github.repository_owner == 'galaxyproject' steps: - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: packages path: dist