diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d03d6ecb3..d70486551 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -324,7 +324,7 @@ jobs: python -m build --sdist --wheel - name: Upload artifacts 📦 - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: freqtrade-build path: | @@ -337,7 +337,7 @@ jobs: python -m build --sdist --wheel ft_client - name: Upload artifacts 📦 - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: freqtrade-client-build path: |