diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 541e371..dd6f63f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -170,7 +170,7 @@ jobs: distribution: ${{ env.DEFAULT_JAVA_DISTRIBUTION }} - name: Download Build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build @@ -241,7 +241,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build