diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 19975936..0fca7912 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -19,7 +19,7 @@ jobs: - name: "Deploy" if: "${{ github.event_name == 'push' && github.ref == 'refs/heads/6.x' }}" - uses: "actions/upload-artifact@v5" + uses: "actions/upload-artifact@v6" with: name: "documentation" path: "build/docs"