diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f544bf..d4bbb64 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,7 +71,7 @@ jobs: python: "3.8" steps: - name: ⬇ Download build result - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: dist path: dist @@ -100,7 +100,7 @@ jobs: url: https://test.pypi.org/p/OctoPrint-FileCheck steps: - name: ⬇ Download build result - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: dist path: dist @@ -125,7 +125,7 @@ jobs: url: https://pypi.org/p/OctoPrint-FileCheck steps: - name: ⬇ Download build result - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: dist path: dist