diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c21c262..6929306 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,8 +6,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: - name: artifact + name: devbuild + path: artifact - name: Test artifact run: ls -R